Added enemy damage

This commit is contained in:
jancoow
2016-06-22 01:37:47 +02:00
parent 5f31b2e602
commit 5b6e7b54c7
6 changed files with 13 additions and 118 deletions
+1
View File
@@ -18,6 +18,7 @@ Player::Player()
maxXp = 100;
level = 5;
crystals = 0;
hit = false;
loadWeapons();