feat: routes, clickable erika, kill sound
release-tag / release-image (push) Successful in 1m0s

This commit is contained in:
2024-05-12 12:03:33 +02:00
parent 4dc370de12
commit d59da50ed1
8 changed files with 115 additions and 58 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export class GameObjectRegister {
readonly turns: Map<string, Turn>;
readonly games: Map<string, Game>
context: "lobby" | "login" | "pregame" | "game" = "login";
context: "lobby" | "login" | "pregame" | "game" | "rules" = "login";
private readonly objects: Map<string, GameObjectNetcode>;
current_game: Ref<Game | null>
lobby: Ref<Lobby | null>;