mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-11-08 07:15:56 +00:00
Added tiled background
This commit is contained in:
5
assets/Scripts/Game/Data/GameConstants.ts
Normal file
5
assets/Scripts/Game/Data/GameConstants.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user