Skip to content
Snippets Groups Projects
Commit 0b1dcab3 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: #fe base health

parent bbb1edd8
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ export default class FightScene extends Phaser.Scene {
init() {
this.score = 0;
this.health = 1;
this.health = 100;
this.uiDimensions = this.initUiDimensions();
this.hud = new HUD(this, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment