JianWei Lee
/
project_game
Meteor defense project
Diff: main.cpp
- Revision:
- 2:2c60c92bf65b
- Parent:
- 1:f5cda0674f24
- Child:
- 3:6b50fe9d3848
--- a/main.cpp Mon Mar 20 22:06:50 2017 +0000 +++ b/main.cpp Tue Mar 21 22:29:33 2017 +0000 @@ -23,9 +23,9 @@ init(); while (true) { + spa.moveSpawn(); spa.randomizeSpawn(); - spa.moveSpawn(spa.spawnArray); - spa.updateSpawn(spa.spawnArray, lcd); + spa.updateSpawn(lcd); weap.drawWeapon(pad, lcd);