moved consts here

This commit is contained in:
LinlyBoi
2023-05-10 08:53:29 +03:00
parent a6072f8b5f
commit 5d9a101ee7

View File

@@ -1,2 +1,4 @@
pub mod bored;
pub mod gamedata;
pub const WIDTH: i32 = 640;
pub const HEIGHT: i32 = 480;