Skip to content

Commit

Permalink
Merge pull request pythonarcade#134 from leveluporama/patch-2
Browse files Browse the repository at this point in the history
Update move_joystick.py
  • Loading branch information
pvcraven committed Oct 22, 2017
2 parents 4b1db23 + f2e7e08 commit 87207ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/move_joystick.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class MyApplication(arcade.Window):
Main application class.
"""
def __init__(self, width, height):
super().__init__(width, height, title="Keyboard control")
super().__init__(width, height, title="Joystick control")
self.player = None
self.left_down = False

Expand Down

0 comments on commit 87207ff

Please sign in to comment.