Giesela is now sleeping until finish

This commit is contained in:
Mal
2024-09-03 23:08:08 +02:00
parent 607cdb1798
commit 179eaf4f82
5 changed files with 31 additions and 5 deletions

View File

@@ -58,6 +58,8 @@ function loadLevel(level)
loader.addImage(Setting.GRAPHICS_LOCATION + 'gisela-right.png');
loader.addImage(Setting.GRAPHICS_LOCATION + 'gisela-left.png');
loader.addImage(Setting.GRAPHICS_LOCATION + 'gisela-left.png');
loader.addImage(Setting.GRAPHICS_LOCATION + 'giesela-left-sleeping.png');
loader.addImage(Setting.GRAPHICS_LOCATION + 'giesela-right-sleeping.png');
for (const graphicSet of GraphicSet) {
loader.addImage(Setting.TILESET_LOCATION + graphicSet.tileset);