Skip to content

Commit

Permalink
0.4.1: Remove code I used for debugging
Browse files Browse the repository at this point in the history
I really left this in?!
  • Loading branch information
pastthepixels committed Jul 17, 2022
1 parent 74b696f commit cbbb5ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scenes/game/GameVariables.gd
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ func set_difficulty(difficulty):
DIFFICULTIES.carnage: # Something... different.
enemies_on_screen_range = [10,10]
enemies_per_wave = 50

enemies_per_wave = 2

func get_difficulty():
return _current_difficulty
Expand Down

0 comments on commit cbbb5ea

Please sign in to comment.