feat-intro

This commit is contained in:
math-pixel
2026-05-11 11:13:36 +02:00
parent 2bab025ffa
commit f2595e5090
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export function ZoneDetection(): null {
const playerPos = { x: 0, y: 0, z: 0 };
folder
.add(gameState, "step", ["intro", "outOfFabrik"])
.add(gameState, "step", ["intro", "bike"])
.name("Game Step")
.disable();