From 1fc522bc8c4a96858223e597ced8fea94ba57874 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Wed, 25 Dec 2024 09:32:05 +0100 Subject: fixed background --- src/entities/hello_kitty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/hello_kitty.js') diff --git a/src/entities/hello_kitty.js b/src/entities/hello_kitty.js index eb7552a..69646fd 100644 --- a/src/entities/hello_kitty.js +++ b/src/entities/hello_kitty.js @@ -8,7 +8,7 @@ export class HelloKitty extends Entity { max_hp = 500 hp = this.max_hp previous = 0 - moveInterval = 30 + moveInterval = 26 justGotHit = false turningRight = false -- cgit v1.2.3