ELEC2645 (2019/20)
/
ELEC2645_Project_el18jb
test 1 doc
Diff: Engine/Engine.h
- Revision:
- 13:cb5ed2f0cbd5
- Parent:
- 12:eb8d30593e95
- Child:
- 14:58887d7e1072
diff -r eb8d30593e95 -r cb5ed2f0cbd5 Engine/Engine.h --- a/Engine/Engine.h Wed May 27 04:22:47 2020 +0000 +++ b/Engine/Engine.h Wed May 27 04:36:22 2020 +0000 @@ -26,7 +26,7 @@ void floorCollide(); void spawnEnemy(); bool enemyCollide(); - bool fellDown(); + bool fellDown(); bool koed(); void gameOver(N5110 &lcd); void coinTaken(); @@ -45,6 +45,7 @@ // coin object Coin coin; + Vector2D coinPos; //gamepad Direction _d; @@ -59,6 +60,7 @@ //enemy vector <Enemy> enemies; + //deaths bool ko1; bool ko2;