feat: set width 900, height 500

This commit is contained in:
karishmas6
2024-10-18 16:38:05 +05:30
parent aa36a6d9f2
commit 08750972da

View File

@@ -1,5 +1,5 @@
export const VIEWPORT_W = 1280;
export const VIEWPORT_H = 720;
export const VIEWPORT_W = 900;
export const VIEWPORT_H = 500;
export const ONE_PERCENT_OF_VIEWPORT_W = VIEWPORT_W / 100;
export const ONE_PERCENT_OF_VIEWPORT_H = VIEWPORT_H / 100;