YouDunIt/vr-project/objects/startup_prompt.tscn
2025-11-05 14:53:19 +01:00

22 lines
670 B
Text

[gd_scene load_steps=2 format=3 uid="uid://dk7l2fqdmgq04"]
[sub_resource type="TextMesh" id="TextMesh_vf62l"]
text = "YOU are the MURDERER.
You will have to frame someone else.
Manipulate the evidence by only sending
photos that imply another killer."
horizontal_alignment = 0
depth = 0.01
[node name="StartupPrompt" type="Node3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.4688745, 0, 0)
mesh = SubResource("TextMesh_vf62l")
[node name="Timer" type="Timer" parent="."]
wait_time = 30.0
one_shot = true
autostart = true
[connection signal="timeout" from="Timer" to="." method="queue_free"]