mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 16:46:00 +00:00
UI Resize
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const SCREEN_WIDTH = 640;
|
||||
export const SCREEN_HEIGHT = 960;
|
||||
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;
|
||||
|
Reference in New Issue
Block a user