Skip to content

Commit

Permalink
missiles in first lvl
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafefix committed Jun 5, 2018
1 parent 82eb202 commit 7cae323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ModuleSceneStage1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ void ModuleSceneStage1::AddEnemies() {

//powerup
App->enemies->AddEnemy(POWERUPSHIP, 1000, 100, 2);
App->enemies->AddEnemy(POWERUPSHIP, 1100, 100, 5);
//anemona
App->enemies->AddEnemy(NEMONA_TENTACLE, 1000, 168, -1);
//powerup
Expand Down

0 comments on commit 7cae323

Please sign in to comment.