Changed the behaviour of DisplayManager to match previous commit and fixed tests and bootstrap accordingly
This commit is contained in:
@ -11,5 +11,5 @@ class Bootstrap:
|
||||
game = Game()
|
||||
game.new_game()
|
||||
display = DisplayManager(term_manager.screen, game)
|
||||
game.display_refresh = display.refresh
|
||||
game.display_actions = display.handle_display_actions
|
||||
game.run(term_manager.screen)
|
||||
|
Reference in New Issue
Block a user