Skip to content

Commit

Permalink
Merge pull request #3 from joecabezas/main
Browse files Browse the repository at this point in the history
Added "press enter to start" text
  • Loading branch information
Inuqa committed Oct 2, 2020
2 parents db8616d + 95553bc commit 5676f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion title_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def render(self):
""")

def loop(self):
input()
input('Press <Enter> to start')
EventSystem.emit(TitleScene.Events.DONE, self)

0 comments on commit 5676f9e

Please sign in to comment.