arena depths doors
parent
2a61268f9a
commit
58ad2382fe
|
@ -11,7 +11,7 @@
|
|||
[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"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_4yrvl"]
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_o5jr8"]
|
||||
resource_local_to_scene = true
|
||||
shader = ExtResource("5_h8k5p")
|
||||
shader_parameter/color = Vector4(1, 1, 1, 1)
|
||||
|
@ -113,7 +113,7 @@ visible = false
|
|||
position = Vector2(120, -112)
|
||||
|
||||
[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"]
|
||||
position = Vector2(168, -42)
|
||||
|
|
|
@ -567,11 +567,18 @@ y_sort_enabled = true
|
|||
position = Vector2(-224, 41)
|
||||
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)
|
||||
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/StaticBookshelf2"]
|
||||
|
|
Loading…
Reference in New Issue