diff --git a/js/Gisela.js b/js/Gisela.js index 3dbb08b..28c7887 100644 --- a/js/Gisela.js +++ b/js/Gisela.js @@ -17,11 +17,11 @@ export default class Gisela extends Movable ); this.addAnimation( 'SLEEP_LEFT', - new RetroAnimation(Setting.GRAPHICS_LOCATION + 'giesela-left-sleeping.png', 4, SCALE, 4) + new RetroAnimation(Setting.GRAPHICS_LOCATION + 'giesela-left-sleeping.png', 4, SCALE, 6) ); this.addAnimation( 'SLEEP_RIGHT', - new RetroAnimation(Setting.GRAPHICS_LOCATION + 'giesela-right-sleeping.png', 4, SCALE, 4) + new RetroAnimation(Setting.GRAPHICS_LOCATION + 'giesela-right-sleeping.png', 4, SCALE, 6) ); } }