Initial Commit

This commit is contained in:
2026-06-30 22:28:37 +03:00
commit a7d541a1cf
16 changed files with 833 additions and 0 deletions

14
src/lib/config.js Normal file
View File

@@ -0,0 +1,14 @@
export const VIEWPORT = {
width: 800,
height: 600,
};
export const WORLD = {
width: 800,
height: 2400,
};
export const WORLD_CANVAS = {
width: 260,
height: 600,
};