feat: browser & right panel ui

This commit is contained in:
karishmas6
2024-10-11 10:20:24 +05:30
parent 3fa18aa45c
commit 8c86e84a19
23 changed files with 67 additions and 57 deletions

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 = 300;
export const ONE_PERCENT_OF_VIEWPORT_W = VIEWPORT_W / 100;
export const ONE_PERCENT_OF_VIEWPORT_H = VIEWPORT_H / 100;