Skip to content

Commit

Permalink
Fix nailed in room_3. Add pit in hub
Browse files Browse the repository at this point in the history
  • Loading branch information
TheActualTwinkle committed Apr 8, 2023
1 parent f33da30 commit 9825b7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion world/level/hub/hub.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=23 format=3 uid="uid://dksoaqgf1t4cv"]
[gd_scene load_steps=24 format=3 uid="uid://dksoaqgf1t4cv"]

[ext_resource type="PackedScene" uid="uid://bkqbcuxs5k103" path="res://assets/locations/hub/c_hub.glb" id="1_74rv6"]
[ext_resource type="MeshLibrary" uid="uid://ce5q65war85lh" path="res://world/level/collision_mesh_library.tres" id="2_xnqcf"]
Expand All @@ -17,6 +17,7 @@
[ext_resource type="PackedScene" uid="uid://c4ftr3a8r5skk" path="res://world/inventory_items/c_ring.tscn" id="11_7tgg0"]
[ext_resource type="PackedScene" uid="uid://bm7revl1frg2d" path="res://world/items/list/m_list.tscn" id="11_p1g30"]
[ext_resource type="PackedScene" uid="uid://b88m7i2xgx85h" path="res://world/items/nailed/m_nailed.tscn" id="12_3aw6n"]
[ext_resource type="PackedScene" uid="uid://cnf1e8uequsuk" path="res://world/pit.tscn" id="13_mc5oe"]
[ext_resource type="PackedScene" uid="uid://bstd3xy8rkkn7" path="res://world/items/portal/c_portal.tscn" id="15_n5m1k"]
[ext_resource type="PackedScene" uid="uid://ba2ci8eh1l78l" path="res://world/inventory_items/crystal.tscn" id="16_ii71q"]
[ext_resource type="PackedScene" uid="uid://5cex0apiqt55" path="res://world/items/pedestal/c_pedestal.tscn" id="17_vr55d"]
Expand Down Expand Up @@ -96,6 +97,9 @@ text = "A spell that allows you to repair a man-made structure with a single blo
[node name="Nailed1" parent="Material" instance=ExtResource("12_3aw6n")]
transform = Transform3D(1.26883, 0.591666, 0, -0.591666, 1.26883, 0, 0, 0, 1.4, 3.4, 0, 4.6)

[node name="pit" parent="Material" instance=ExtResource("13_mc5oe")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 10)

[node name="Cognitive" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 100, 0)

Expand Down Expand Up @@ -172,3 +176,6 @@ interactable = false

[node name="Nailed1" parent="Cognitive" instance=ExtResource("21_om1co")]
transform = Transform3D(1.26883, 0.591666, 0, -0.591666, 1.26883, 0, 0, 0, 1.4, 3.4, 0, 4.6)

[node name="pit" parent="Cognitive" instance=ExtResource("13_mc5oe")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 10)
1 change: 0 additions & 1 deletion world/world.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 6)

[node name="MeshInstance3D" parent="Node3D" index="0"]
transform = Transform3D(-1.02741e-07, 0, 1, 0, 1.90631, 0, -2.35044, 0, -4.37114e-08, -3.97171, 0.753785, 0.0299716)
instance_shader_parameters/border_color = Color(0.0352941, 0.141176, 0.168627, 1)
instance_shader_parameters/inner_color = Color(0.278431, 0.494118, 1, 1)

[editable path="Node3D"]

0 comments on commit 9825b7c

Please sign in to comment.