hate 0.1.0

Häte2d (Hate2d) is a simple 2d game engine
Documentation
1
2
3
4
5
6
7
8
9
use std::path::PathBuf;

#[derive(Debug, Clone, Deserialize)]
pub struct Settings {
    pub tap_tolerance: f32,
    pub text_texture_height: f32,
    pub font: PathBuf,
    pub max_fps: f32,
}