summaryrefslogtreecommitdiff
path: root/src/scenes
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-12-26 14:24:53 +0100
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-12-26 14:24:53 +0100
commit474a7253b6b67e2ed33936f6b633587d5d304b66 (patch)
tree456b9cef3cb59da8e0eb575b9425a1fedfe67e1e /src/scenes
parent1fc522bc8c4a96858223e597ced8fea94ba57874 (diff)
hello kitty stage 1 and 2 done
Diffstat (limited to 'src/scenes')
-rw-r--r--src/scenes/hello_kitty.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scenes/hello_kitty.js b/src/scenes/hello_kitty.js
index f7b5c8c..68cfc95 100644
--- a/src/scenes/hello_kitty.js
+++ b/src/scenes/hello_kitty.js
@@ -2,6 +2,7 @@ import { Engine } from "../engine.js"
import { MUSIC } from "../assets.js"
import { HelloKittyBackground } from "../entities/hello_kitty_background.js"
import { HelloKitty } from "../entities/hello_kitty.js"
+import * as anticheese from "../anticheese.js"
export function start() {
Engine.radio.playMusic(MUSIC.HELL)
@@ -11,6 +12,7 @@ export function start() {
export function update() {
+ anticheese.update()
}
export function draw() {