pixelfont

This commit is contained in:
Llywelwyn 2023-09-25 00:05:26 +01:00
parent 7f9ba34afa
commit 627d33b2d9
4 changed files with 7 additions and 6 deletions

View file

@ -12,5 +12,6 @@ pub mod prelude {
}
pub const TILESIZE: f32 = 16.0;
pub const FONTSIZE: f32 = 12.0;
pub const DISPLAYWIDTH: u32 = 100;
pub const DISPLAYHEIGHT: u32 = 56;