Skip to content

Commit

Permalink
added a line to start the game as included in the new main.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
jriyyya committed Mar 29, 2023
1 parent d189280 commit ad46629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(self, handle):
self.set_canvas(self.game.canvas)
self.game.canvas.grab_focus()
self.build_toolbar()
self.game.start()

def build_toolbar(self):

Expand Down

0 comments on commit ad46629

Please sign in to comment.