diff --git a/src/main.py b/src/main.py index 27a090c..3f0037d 100644 --- a/src/main.py +++ b/src/main.py @@ -1716,6 +1716,8 @@ def main(): demo = 0 elif game_status == 2: demo = 1 + elif game_status == 3: + demo = 2 run = True clock = pygame.time.Clock() font = pygame.font.SysFont('kaiti',40)