]> Skullheadx's Git Forge - Pygame-Jam.git/commitdiff
oops
authorlbcmk <30442978+lbcmk@users.noreply.github.com>
Tue, 12 Jul 2022 13:36:27 +0000 (09:36 -0400)
committerlbcmk <30442978+lbcmk@users.noreply.github.com>
Tue, 12 Jul 2022 13:36:27 +0000 (09:36 -0400)
main.py

diff --git a/main.py b/main.py
index eb0597ebdc6e443947a0f7c62fc5bab2d54fb689..2a82511b0bd4accf1c153ff55f98effafe6262e0 100644 (file)
--- a/main.py
+++ b/main.py
@@ -14,7 +14,7 @@ is_running = True
 # scene = TransitionScene()
 scene = DevLevelSelect()
 old_level = 0
-level = 5
+level = -3
 next_level = 0
 
 while is_running:
@@ -35,7 +35,6 @@ while is_running:
                 scene = LevelCreator()
             case 0:
                 scene = Menu()
-                break;
             case _:
                 scene = Game(level)
         old_level = level