From f278d9b103f2403133034522b091d2dd4c7046f2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 19 May 2015 12:19:06 +0100 Subject: [PATCH] updated levels --- assets.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets.py b/assets.py index 54115f7..4d578fc 100644 --- a/assets.py +++ b/assets.py @@ -53,8 +53,11 @@ Levels = [ Level_Template(4, 15, 3, 1), Level_Template(3, 7, 2, 2), Level_Template(5, 15, 2, 1), - Level_Template(1, 20, 100, 0), #All the enemies! + Level_Template(2, 20, 100, 2), #All the enemies! Level_Template(3, 15, 2, 1), + Level_Template(3, 7, 2, 4), + Level_Template(4, 15, 4, 3), + Level_Template(5, 35, 4, 6), ]