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