Added rumble on enemy hit, added try for teleport

This commit is contained in:
jancoow
2016-06-22 02:58:45 +02:00
parent c9e5be2573
commit 2230682a85
8 changed files with 42 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ public:
void draw(void);
void update(float deltaTime);
void teleportRandom();
bool isPlayerPositionValid(void);
float getHeight(float x, float y);