aboutsummaryrefslogtreecommitdiff
path: root/test-client/protocol.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-19 19:07:24 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-19 19:07:29 +0200
commit1bc21d167e19c04049c003c371ba6dc55e5e682c (patch)
treeb35723bc87980c07d046f042c0170aba735c853f /test-client/protocol.ts
parentfd6dcda54288c5c5fa6d5419f1924ad92b392fc0 (diff)
downloadhurrycurry-1bc21d167e19c04049c003c371ba6dc55e5e682c.tar
hurrycurry-1bc21d167e19c04049c003c371ba6dc55e5e682c.tar.bz2
hurrycurry-1bc21d167e19c04049c003c371ba6dc55e5e682c.tar.zst
send tutorial end packet
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r--test-client/protocol.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts
index b6ef9046..1c7e30cd 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -64,6 +64,7 @@ export type PacketC =
| { type: "score" } & Score // Supplies information for score OSD
| { type: "menu" } & Menu // Open a menu on the client-side
| { type: "environment", effects: string[] }
+ | { type: "tutorial_ended", item: ItemIndex }
| { type: "set_ingame", state: boolean, lobby: boolean } // Set to false when entering the game or switching maps
export type Menu =