From a0c1a77ef694ad13c30e951989248ca8a8eab579 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 12 May 2015 14:07:31 +0100 Subject: [PATCH] updated to make sure its all the enemies! --- assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets.py b/assets.py index 16819a0..507b45e 100644 --- a/assets.py +++ b/assets.py @@ -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), ]