Compare commits

...

2 commits

Author SHA1 Message Date
Ronan
347774b4f2 Merge branch 'master' of https://git.etud.insa-toulouse.fr/nbillard/sokoban 2022-12-12 17:47:34 +01:00
Ronan
318e74a25b vachement fort 2022-12-12 17:47:16 +01:00

View file

@ -3,6 +3,6 @@ export const images = {
floor: '/res/floor.png',
player: '/res/player.png',
box: '/res/box.png',
destination: '/res/destination.png',
destination: '/res/destination_vache.png',
empty: '/res/empty.png',
};