Skip to content

Commit 5d4ee19

Browse files
fix screen size (#35)
1 parent 62a9696 commit 5d4ee19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

game/src/core/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export let WIDTH = 960;
33
export let HEIGHT = 720;
44

55
export const updateScreenDimensions = (width: number, height: number) => {
6-
WIDTH = width;
7-
HEIGHT = height;
6+
// WIDTH = width;
7+
// HEIGHT = height;
88
};
99

1010
export const OBJECT_SCALE = 0.75;

0 commit comments

Comments
 (0)