update : cinematic trigger

This commit is contained in:
math-pixel
2026-05-12 17:07:53 +02:00
parent ae34dc38ed
commit ff79448ce8
5 changed files with 45 additions and 8 deletions
+1
View File
@@ -14,6 +14,7 @@ export interface CinematicDialogueCue {
export interface CinematicDefinition {
id: string;
timecode?: number;
trigger?: string;
cameraKeyframes: CinematicCameraKeyframe[];
dialogueCues?: CinematicDialogueCue[];
}
+2
View File
@@ -2,6 +2,7 @@ import type { Vector3Tuple } from "@/types/three/three";
export type GameStep =
| "intro"
| "intro_sequence"
| "start-intro"
| "naming"
| "bienvenue"
@@ -14,6 +15,7 @@ export type GameStep =
export const GAME_STEPS: readonly GameStep[] = [
"intro",
"intro_sequence",
"start-intro",
"naming",
"bienvenue",