arena depths doors

controller-support
HumanoidSandvichDispenser 2023-08-06 01:13:44 -07:00
parent 2a61268f9a
commit 58ad2382fe
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
2 changed files with 11 additions and 4 deletions

View File

@ -11,7 +11,7 @@
[ext_resource type="PackedScene" uid="uid://dldnp8eunxj3q" path="res://BoundingBoxes/InteractionTrigger.tscn" id="9_3401j"] [ext_resource type="PackedScene" uid="uid://dldnp8eunxj3q" path="res://BoundingBoxes/InteractionTrigger.tscn" id="9_3401j"]
[ext_resource type="Script" path="res://BoundingBoxes/ConnectorBox.cs" id="9_fg062"] [ext_resource type="Script" path="res://BoundingBoxes/ConnectorBox.cs" id="9_fg062"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_4yrvl"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_o5jr8"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("5_h8k5p") shader = ExtResource("5_h8k5p")
shader_parameter/color = Vector4(1, 1, 1, 1) shader_parameter/color = Vector4(1, 1, 1, 1)
@ -113,7 +113,7 @@ visible = false
position = Vector2(120, -112) position = Vector2(120, -112)
[node name="Doc" parent="Entities" index="0" instance=ExtResource("4_ej0f3")] [node name="Doc" parent="Entities" index="0" instance=ExtResource("4_ej0f3")]
material = SubResource("ShaderMaterial_4yrvl") material = SubResource("ShaderMaterial_o5jr8")
[node name="PointLight2D" type="PointLight2D" parent="Entities" index="1"] [node name="PointLight2D" type="PointLight2D" parent="Entities" index="1"]
position = Vector2(168, -42) position = Vector2(168, -42)

View File

@ -567,11 +567,18 @@ y_sort_enabled = true
position = Vector2(-224, 41) position = Vector2(-224, 41)
MapStateKey = "b_arena_depths_1" MapStateKey = "b_arena_depths_1"
[node name="ArenaDoorSwitch" parent="Entities" index="2" instance=ExtResource("22_ay852")] [node name="LeftDoorSwitch" parent="Entities" index="2" instance=ExtResource("22_ay852")]
position = Vector2(-257, 76) position = Vector2(-257, 76)
MapStateKey = "b_arena_depths_1" MapStateKey = "b_arena_depths_1"
[node name="BottomDoor" type="Node2D" parent="Entities" index="3"] [node name="BottomDoor" parent="Entities" index="3" instance=ExtResource("21_nvrif")]
y_sort_enabled = true
position = Vector2(0, 161)
MapStateKey = "b_arena_depths_2"
[node name="BottomDoorSwitch" parent="Entities" index="4" instance=ExtResource("22_ay852")]
position = Vector2(24, 332)
MapStateKey = "b_arena_depths_2"
[editable path="Props/StaticBookshelf"] [editable path="Props/StaticBookshelf"]
[editable path="Props/StaticBookshelf2"] [editable path="Props/StaticBookshelf2"]