summaryrefslogtreecommitdiff
path: root/Global.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2023-12-24 16:16:25 +0100
committerDaniel Weipert <git@mail.dweipert.de>2023-12-24 16:16:25 +0100
commit09794cc76678247592ceb4e8b37e1ab129356466 (patch)
tree7779463728a2df808b4cf049160468c5324ee787 /Global.gd
parent395c25b1fbe51f42decf402f97e51eabcc8c0a77 (diff)
better wall jumps
Diffstat (limited to 'Global.gd')
-rw-r--r--Global.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Global.gd b/Global.gd
index d326cc6..9cb1001 100644
--- a/Global.gd
+++ b/Global.gd
@@ -15,6 +15,7 @@ var Levels = [
"Level_0005",
"Level_0005",
"Level_0004",
+ "Level_0003",
"Level_0002",
"Level_0001",
]