def on_mouse_press(self, _x, _y, _button, _modifiers):
     game_view = GameView()
     game_view.setup()
     self.window.show_view(game_view)