feat-intro

This commit is contained in:
math-pixel
2026-05-11 11:13:36 +02:00
parent 1b7813a5bb
commit 32d644b09d
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export type GameStep =
| "naming"
| "bienvenue"
| "star-move"
| "outOfFabrik";
| "bike";
export interface Zone {
id: string;