diff options
| author | Zoltan Szabatin <[email protected]> | 2025-03-02 22:39:48 -0800 |
|---|---|---|
| committer | Zoltan Szabatin <[email protected]> | 2025-03-02 22:39:48 -0800 |
| commit | 05061161e296ba2e54f3fc7d60a88adac9cd2761 (patch) | |
| tree | 20c3c64cb254ff08ca183c880293d434d686fc32 /src/splitscreen_duo/command.py | |
| parent | feat(games): Use input handler (diff) | |
| download | splitscreen-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.py | 4 |
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 |