init - fix redirect
This commit is contained in:
parent
50dca30a57
commit
331e463592
4 changed files with 16 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue