8 satır
203 B
JavaScript
8 satır
203 B
JavaScript
export const images = {
|
|
wall: '/res/tree.png',
|
|
floor: '/res/floor.png',
|
|
player: '/res/player.png',
|
|
box: '/res/box.png',
|
|
destination: '/res/destination_vache.png',
|
|
empty: '/res/empty.png',
|
|
};
|