15 lines
190 B
JavaScript
15 lines
190 B
JavaScript
|
|
export const VIEWPORT = {
|
||
|
|
width: 800,
|
||
|
|
height: 600,
|
||
|
|
};
|
||
|
|
|
||
|
|
export const WORLD = {
|
||
|
|
width: 800,
|
||
|
|
height: 2400,
|
||
|
|
};
|
||
|
|
|
||
|
|
export const WORLD_CANVAS = {
|
||
|
|
width: 260,
|
||
|
|
height: 600,
|
||
|
|
};
|