Skip to content

Commit

Permalink
Update fightstick.py
Browse files Browse the repository at this point in the history
  • Loading branch information
calexil committed Mar 26, 2024
1 parent 3c1c12b commit 52a504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fightstick.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _make_sprite(self, name, group, visible=True):
def on_key_press(self, key, modifiers):
if key == pyglet.window.key.F1:
self.manager.set_scene('config')

# Event to show a button when pressed.
def on_button_press(self, controller, button):
assert _debug_print(f"Pressed Button: {button}")
Expand Down

0 comments on commit 52a504e

Please sign in to comment.