From a2394ac54de4d34132afa623659e0454467ae076 Mon Sep 17 00:00:00 2001 From: matixezor Date: Tue, 16 Mar 2021 20:52:29 +0100 Subject: [PATCH] fix choices range and weights, change defusing condition --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index cda2a9e..861ac30 100644 --- a/src/main.py +++ b/src/main.py @@ -17,6 +17,7 @@ def main(): game_ui.update() running = True + while running: for event in pg.event.get(): if event.type == pg.QUIT: