Cats-vs-Mice/prototype.js
2025-04-24 16:45:39 +09:00

16 lines
241 B
JavaScript

export const prototypeFrame = {
width: 800,
height: 569,
tileWidth: 60,
tileHeight: 75,
itemWidth: 54,
itemHeight: 64,
padding_left: 160
}
export const gameFrame = {
x: 0,
y: 0,
rows: 5,
cols: 9
}