terminal ui comes up
This commit is contained in:
parent
40e4281fd4
commit
fada7c657b
4 changed files with 26 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=13 format=3 uid="uid://bojbawyoy11i4"]
|
||||
[gd_scene load_steps=14 format=3 uid="uid://bojbawyoy11i4"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/ChronoManager.gd" id="1_5b2rd"]
|
||||
[ext_resource type="Material" uid="uid://cr4ra7ijk1uec" path="res://Assets/Materials/floor.tres" id="2_0aj3l"]
|
||||
|
|
@ -31,11 +31,15 @@ material = SubResource("StandardMaterial3D_itc1d")
|
|||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_y4l56"]
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_mfjp6"]
|
||||
data = PackedVector3Array(-0.5, 1, 0.5, 0.5, 1, 0.5, -0.5, -1, 0.5, 0.5, 1, 0.5, 0.5, -1, 0.5, -0.5, -1, 0.5, 0.5, 1, -0.5, -0.5, 1, -0.5, 0.5, -1, -0.5, -0.5, 1, -0.5, -0.5, -1, -0.5, 0.5, -1, -0.5, 0.5, 1, 0.5, 0.5, 1, -0.5, 0.5, -1, 0.5, 0.5, 1, -0.5, 0.5, -1, -0.5, 0.5, -1, 0.5, -0.5, 1, -0.5, -0.5, 1, 0.5, -0.5, -1, -0.5, -0.5, 1, 0.5, -0.5, -1, 0.5, -0.5, -1, -0.5, 0.5, 1, 0.5, -0.5, 1, 0.5, 0.5, 1, -0.5, -0.5, 1, 0.5, -0.5, 1, -0.5, 0.5, 1, -0.5, -0.5, -1, 0.5, 0.5, -1, 0.5, -0.5, -1, -0.5, 0.5, -1, 0.5, 0.5, -1, -0.5, -0.5, -1, -0.5)
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_u6v2s"]
|
||||
size = Vector3(1, 2, 1)
|
||||
|
||||
[node name="ChronoManager" type="Node3D"]
|
||||
[node name="ChronoManager" type="Node3D" node_paths=PackedStringArray("gui")]
|
||||
script = ExtResource("1_5b2rd")
|
||||
gui = NodePath("Gui")
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_hsi55")]
|
||||
|
||||
|
|
@ -61,8 +65,13 @@ mesh = SubResource("BoxMesh_lcav8")
|
|||
[node name="CollisionShape3D" type="CollisionShape3D" parent="EndZone/Area3D"]
|
||||
shape = SubResource("BoxShape3D_y4l56")
|
||||
|
||||
[node name="Terminal" type="Node3D" parent="."]
|
||||
[node name="Terminal" type="StaticBody3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.50596, 2.93638, 3.58967)
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Terminal"]
|
||||
shape = SubResource("ConcavePolygonShape3D_mfjp6")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Terminal"]
|
||||
mesh = SubResource("BoxMesh_u6v2s")
|
||||
|
||||
[connection signal="object_clicked" from="Player" to="." method="_on_player_object_clicked"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue