WesleyThompson / ProjectMech

1 stars 2 forks source link

Add global enemy count variable #38

Open HomerGaidarski opened 8 years ago

HomerGaidarski commented 8 years ago

There needs to be a way to tell the dropships when more enemies are needed, or when it's time to stop bringing more enemies. Make a global enemy variable and decrease the enemy count when an enemy "dies" and increase the enemy count when an enemy "spawns".

Make the number of max enemies at once an option the player can set in the game menu?

HomerGaidarski commented 8 years ago

Added via master commit 6f59573

Still no option for player to edit that though.