aboutsummaryrefslogtreecommitdiff
path: root/src/splitscreen_duo/command.py
diff options
context:
space:
mode:
authorZoltan Szabatin <[email protected]>2025-03-02 22:39:48 -0800
committerZoltan Szabatin <[email protected]>2025-03-02 22:39:48 -0800
commit05061161e296ba2e54f3fc7d60a88adac9cd2761 (patch)
tree20c3c64cb254ff08ca183c880293d434d686fc32 /src/splitscreen_duo/command.py
parentfeat(games): Use input handler (diff)
downloadsplitscreen-duo-05061161e296ba2e54f3fc7d60a88adac9cd2761.tar.xz
splitscreen-duo-05061161e296ba2e54f3fc7d60a88adac9cd2761.zip
feat: Add split mode toggle for debugging
Diffstat (limited to 'src/splitscreen_duo/command.py')
-rw-r--r--src/splitscreen_duo/command.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/splitscreen_duo/command.py b/src/splitscreen_duo/command.py
index df70b93..79cd716 100644
--- a/src/splitscreen_duo/command.py
+++ b/src/splitscreen_duo/command.py
@@ -5,3 +5,7 @@ class Command(Enum):
QUIT = 0
SELECT_GAME = 1
SCORE = 2
+ STATS = 3
+ GAME_ENDED = 4
+ ENTER_JOINT_MODE = 5
+ EXIT_JOINT_MODE = 6