mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Smoother sleep animations for Giesela
This commit is contained in:
@@ -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)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user