8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
export const images = {
|
|
wall: 'wall.png',
|
|
floor: 'floor.png',
|
|
player: 'mario.png',
|
|
box: 'box.png',
|
|
destination: 'destination.png',
|
|
empty: 'empty.png',
|
|
};
|