mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-01-14 06:51:30 +00:00
6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
export const SCREEN_WIDTH = 640;
|
|
export const SCREEN_HEIGHT = 960;
|
|
|
|
export const SCREEN_HALF_WIDTH = SCREEN_WIDTH / 2;
|
|
export const SCREEN_HALF_HEIGHT = SCREEN_HEIGHT / 2;
|