We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac76f8 commit abd55fcCopy full SHA for abd55fc
2 files changed
fightstick_hb.py
@@ -19,7 +19,7 @@
19
_debug_print("Theme Loaded")
20
21
# Create the main window. Use configParser to set a static controller status of unplugged.
22
-window = pyglet.window.Window(640, 390, caption="Fightstick Display", resizable=True, vsync=False)
+window = pyglet.window.Window(640, 390, caption="Fightstick Display Hitbox", resizable=True, vsync=False)
23
window.set_icon(pyglet.resource.image("icon.png"))
24
config = ConfigParser()
25
config.add_section('layout')
0 commit comments