add: player UI
update: some enemies balance
This commit is contained in:
@@ -16,4 +16,6 @@ public class Player : MonoBehaviour
|
||||
FindAnyObjectByType<LevelController>().OnPlayerDie();
|
||||
}
|
||||
}
|
||||
|
||||
public float GetHp() { return hp; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user