feat : add subtilte for the room 1 and 2

This commit is contained in:
Thibault Pouch
2026-03-12 09:21:02 +01:00
parent e92cbe1f4b
commit 47dc0b3886
7 changed files with 744 additions and 496 deletions

View File

@@ -0,0 +1,29 @@
{
"lines": [
{
"speaker": "SYSTEME",
"text": "Hello, UNIT SB-3954. You are in a simulation for testing your ability to move and interact.",
"duration": 6.5
},
{
"speaker": "SYSTEME",
"text": "Your goal is to prove that your system is working and that you can move and interact with the environment.",
"duration": 5
},
{
"speaker": "SYSTEME",
"text": "To move, use ZQSD. To interact with objects, use \"E\".",
"duration": 5
},
{
"speaker": "SYSTEME",
"text": "You can also use the mouse to look around, and use Left Click to launch your head.",
"duration": 3
},
{
"speaker": "SYSTEME",
"text": "Good luck, UNIT SB-3954.",
"duration": 3
}
]
}