feat : add SubtitleSequencePlayer and SubtitleTriggerZone for managing subtitle playback

This commit is contained in:
Thibault Pouch
2026-03-10 14:41:42 +01:00
parent 6dd1c5efb8
commit b418333d67
8 changed files with 151 additions and 46 deletions

View File

@@ -0,0 +1,19 @@
{
"lines": [
{
"speaker": "SYSTEME",
"text": "...Ici, quelque chose cloche.",
"duration": 2.5
},
{
"speaker": "SYSTEME",
"text": "Reste calme. Observe la piece.",
"duration": 2.5
},
{
"speaker": "SYSTEME",
"text": "Trouve une sortie.",
"duration": 2.2
}
]
}