From 474a7253b6b67e2ed33936f6b633587d5d304b66 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Thu, 26 Dec 2024 14:24:53 +0100 Subject: hello kitty stage 1 and 2 done --- src/scenes/hello_kitty.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/scenes/hello_kitty.js') 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() { -- cgit v1.2.3