mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-25 19:28:53 +00:00
6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
export const SCREEN_WIDTH = 510;
|
|
export const SCREEN_HEIGHT = 680;
|
|
|
|
export const SCREEN_HALF_WIDTH = SCREEN_WIDTH / 2;
|
|
export const SCREEN_HALF_HEIGHT = SCREEN_HEIGHT / 2;
|