level-up/shared/script/scenes/pre-start.ts
Moritz Ruth 34fa93ad44
Some checks failed
Build / build (push) Failing after 39s
Change script types and add a few scenes
2025-04-12 18:44:43 +02:00

9 lines
No EOL
242 B
TypeScript

import type { SceneDefinition } from "../types"
export const scenePreStart: SceneDefinition = {
id: "pre-start",
type: "text",
label: "Vor Beginn",
plannedDuration: null,
text: "Die Vorstellung hat noch nicht begonnen."
}