Merge branch 'developer' into enemy

# Conflicts:
#	CrystalPoint.cpp
#	Entity.cpp
#	Player.cpp
#	Player.h
#	World.cpp
#	World.h
This commit is contained in:
2016-06-03 11:30:19 +02:00
24 changed files with 377 additions and 80 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ Player* Player::instance = NULL;
Player::Player()
{
speed = 10;
health = 50;
xp = 75;
level = 10;
}
Player* Player::getInstance()