update : cinematic trigger
This commit is contained in:
@@ -14,6 +14,7 @@ export interface CinematicDialogueCue {
|
||||
export interface CinematicDefinition {
|
||||
id: string;
|
||||
timecode?: number;
|
||||
trigger?: string;
|
||||
cameraKeyframes: CinematicCameraKeyframe[];
|
||||
dialogueCues?: CinematicDialogueCue[];
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user