modification du dialogue de réveil

This commit is contained in:
2026-02-13 00:07:58 +01:00
parent 4ed5bb5d9d
commit 044dafb38c
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
[i]Void.[/i]
[i]Void again.[/i]
[i]Suddenly, a [rainbow]spark[/rainbow].[pause=0.5] A thousand of connections blow up as a fireworks scene.[pause=0.3] A massive amount of data to treat.
label suite_dialogue
- Check frame | [if {frame} == "false"] [else="hide"]
Exploring available drivers.[pause=0.5].[pause=0.5].[pause=0.5] New actions available.[pause=0.5] Three propellers,[pause=0.3] small models,[pause=0.3] only suitable for low altitude movement.[pause=0.5] Robotic arm,[pause=0.3] multipurpose,[pause=0.3] retractable.
set {frame} = "true"
jump suite_dialogue
- Check streams | [if {streams} == "false"] [else="hide"]
A continuous stream of data flow,[pause=0.3] unchecked.[pause=0.5] A video,[pause=0.5] dark colored pixels only.[pause=0.5] Another stream,[pause=0.3] flat signal.[pause=0.5] No radio emission detected.
set {streams} = "true"
jump suite_dialogue
- Check memory | [if {memory} == "false"] [else="hide"]
Several disks available,[pause=0.3] most are empty.[pause=0.5] Some seems to contain the system currently analyzing the code of the system analyzing the code of the system analyzing the code of the system analyzing.[pause=0.5].[pause=0.5].[pause=0.5] Infinite recursion,[pause=0.3] better avoid that.
set {memory} = "true"
jump suite_dialogue
- Wake up
Overseeing \\: serial number and system name.[pause=0.5].[pause=0.5].[pause=0.5] Strange.[pause=0.5] Serial number is empty.[pause=0.5] Must be an error.[pause=0.5] System name is,[pause=0.5] [color=#FFA617]Orchid[/color].[pause=0.5] That is enough for now.
audio "res://common/audio_manager/assets/sfx/respawn/respawn.wav"
Starting engines,[pause=0.3] fans and daemons,[pause=0.3] let's see what is to see.
[end_timeline]