Smoother sleep animations for Giesela

This commit is contained in:
Mal 2024-09-04 17:23:02 +02:00
parent 179eaf4f82
commit 99f75a03ae
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ export default class Gisela extends Movable
); );
this.addAnimation( this.addAnimation(
'SLEEP_LEFT', '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( this.addAnimation(
'SLEEP_RIGHT', '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)
); );
} }
} }