Added tiled background

This commit is contained in:
Martin
2022-12-13 10:21:44 +01:00
parent 2a474cad06
commit 91ad84e338
12 changed files with 914 additions and 370 deletions

View 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;