mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Giesela is now sleeping until finish
This commit is contained in:
10
js/Gisela.js
10
js/Gisela.js
@@ -15,5 +15,13 @@ export default class Gisela extends Movable
|
||||
'LOOK_RIGHT',
|
||||
new RetroAnimation(Setting.GRAPHICS_LOCATION + 'gisela-right.png', 1, SCALE, 0.01)
|
||||
);
|
||||
this.addAnimation(
|
||||
'SLEEP_LEFT',
|
||||
new RetroAnimation(Setting.GRAPHICS_LOCATION + 'giesela-left-sleeping.png', 4, SCALE, 4)
|
||||
);
|
||||
this.addAnimation(
|
||||
'SLEEP_RIGHT',
|
||||
new RetroAnimation(Setting.GRAPHICS_LOCATION + 'giesela-right-sleeping.png', 4, SCALE, 4)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user