diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-12-25 09:32:05 +0100 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-12-25 09:32:05 +0100 |
commit | 1fc522bc8c4a96858223e597ced8fea94ba57874 (patch) | |
tree | e7dc943a068d8d5ae7db0511348029700c8f767e /src/entities/hello_kitty.js | |
parent | fe63ca3c64d2dd310268df7391ba6de5e9b7a2f2 (diff) |
fixed background
Diffstat (limited to 'src/entities/hello_kitty.js')
-rw-r--r-- | src/entities/hello_kitty.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |