feat: add constants for screen size

This commit is contained in:
Stevan Freeborn
2026-05-21 15:10:25 -05:00
parent ce3a50a68b
commit d7c82ab30e
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
SCREEN_WIDTH = 1280
SCREEN_HEIGHT = 720