1
0
Fork 0

init - fix redirect

This commit is contained in:
qvalentin 2022-03-28 16:29:53 +02:00
parent 50dca30a57
commit 331e463592
Signed by: qvalentin
GPG key ID: C979FA1EAFCABF1C
4 changed files with 16 additions and 7 deletions

View file

@ -60,6 +60,7 @@ def run_game(game_state: GameState):
time_elapsed_since_last_action = 0
while game_state.run:
print(f"running {game_state.pause_for_input}")
game_state.event_handler()
for event in game_state.update_field_events: