Cats-vs-Mice/prototype.js
2025-05-06 15:36:17 +09:00

21 lines
342 B
JavaScript

export const prototypeFrame = {
border: 10,
width: 800,
height: 569,
tileWidth: 72,
tileHeight: 90,
itemWidth: 54,
itemHeight: 64,
padding_left: 92,
padding_up: 109,
paddingRobot: 38,
robotSize: 64,
controlPanelGap: 8
}
export const gameFrame = {
x: 0,
y: 0,
rows: 5,
cols: 9
}