feat: setup startup prompt
This commit is contained in:
parent
084d29077c
commit
1d2a410867
1 changed files with 5 additions and 11 deletions
|
|
@ -1,22 +1,16 @@
|
|||
[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
|
||||
[ext_resource type="Texture2D" uid="uid://b3vnyrfcp14ho" path="res://Sprites/StartingMessage.png" id="1_vw4tr"]
|
||||
|
||||
[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
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.087537766, 0, 0, 0, 0.087537766, 0, 0, 0, 0.087537766, 0, 0, 0)
|
||||
texture = ExtResource("1_vw4tr")
|
||||
|
||||
[connection signal="timeout" from="Timer" to="." method="queue_free"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue