Smoother sleep animations for Giesela
This commit is contained in:
parent
179eaf4f82
commit
99f75a03ae
|
@ -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)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue