Initial Commit
This commit is contained in:
14
src/lib/config.js
Normal file
14
src/lib/config.js
Normal 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,
|
||||
};
|
||||
Reference in New Issue
Block a user