Skip to content

Commit abd55fc

Browse files
committed
semantics for title
1 parent bac76f8 commit abd55fc

2 files changed

Lines changed: 418 additions & 349 deletions

File tree

fightstick_hb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
_debug_print("Theme Loaded")
2020

2121
# 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)
22+
window = pyglet.window.Window(640, 390, caption="Fightstick Display Hitbox", resizable=True, vsync=False)
2323
window.set_icon(pyglet.resource.image("icon.png"))
2424
config = ConfigParser()
2525
config.add_section('layout')

0 commit comments

Comments
 (0)