feat: added startup prompt

This commit is contained in:
Sara Gerretsen 2025-11-05 14:53:19 +01:00
parent 7acfa89b54
commit 325c750843
2 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,22 @@
[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"]

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=51 format=3 uid="uid://b5m5h30gog3pu"]
[gd_scene load_steps=52 format=3 uid="uid://b5m5h30gog3pu"]
[ext_resource type="PackedScene" uid="uid://2cbtvp67pwom" path="res://3D Models/Block Out VR.blend" id="1_w5aja"]
[ext_resource type="PackedScene" uid="uid://ctf3dsro4aqon" path="res://vr_base.tscn" id="2_onqr8"]
@ -47,6 +47,7 @@
[ext_resource type="Material" uid="uid://dl74txvwrcy78" path="res://Materials/Card5ToonMat.tres" id="34_twkf6"]
[ext_resource type="PackedScene" uid="uid://brtwuyu06y0c8" path="res://3D Models/Bureau interogation.blend" id="44_mjtaf"]
[ext_resource type="PackedScene" uid="uid://c38tdehcvs0m0" path="res://3D Models/Work desk.blend" id="45_ww6lu"]
[ext_resource type="PackedScene" uid="uid://dk7l2fqdmgq04" path="res://objects/startup_prompt.tscn" id="48_v7uyc"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_onqr8"]
sky_top_color = Color(1, 0.35000002, 0.55583334, 1)
@ -422,3 +423,6 @@ light_color = Color(0.8929014, 0.11482837, 0.47894144, 1)
light_energy = 0.495
omni_range = 0.6529605
omni_attenuation = 0.263
[node name="StartupPrompt" parent="." instance=ExtResource("48_v7uyc")]
transform = Transform3D(-0.9659258, 0, 0.25881913, 0, 1, 0, -0.25881913, 0, -0.9659258, -0.037028793, 2.3805563, 3.1381927)