diff options
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 |