1
Fork 0

updated to make sure its all the enemies!

This commit is contained in:
Jake Howard 2015-05-12 14:07:31 +01:00
parent 9196224a32
commit a0c1a77ef6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Levels = [
Level_Template(4, 15, 3, 1),
Level_Template(3, 7, 2, 2),
Level_Template(5, 15, 2, 1),
Level_Template(1, 7, 20, 0),
Level_Template(1, 20, 100, 0), #All the enemies!
Level_Template(3, 15, 2, 1),
]