16 lines
241 B
JavaScript
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
|
|
} |