mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Gisela and target point added.
This commit is contained in:
10
js/Gisela.js
Normal file
10
js/Gisela.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import RetroAnimation from "./retro/RetroAnimation.js";
|
||||
import Movable from "./Movable.js";
|
||||
|
||||
export default class Gisela extends Movable
|
||||
{
|
||||
constructor() {
|
||||
const SCALE = 2;
|
||||
super(new RetroAnimation('graphics/gisela-right.png', 1, SCALE, 1));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user