We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a9696 commit 5d4ee19Copy full SHA for 5d4ee19
game/src/core/constants.ts
@@ -3,8 +3,8 @@ export let WIDTH = 960;
3
export let HEIGHT = 720;
4
5
export const updateScreenDimensions = (width: number, height: number) => {
6
- WIDTH = width;
7
- HEIGHT = height;
+ // WIDTH = width;
+ // HEIGHT = height;
8
};
9
10
export const OBJECT_SCALE = 0.75;
0 commit comments