changes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[gd_scene format=3 uid="uid://jghg5u2ci9yo"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://1w9w6a2a9f3fw" path="res://scenes/kq4_070_waterfall_cave/cave_exit_polygon.tres" id="7_cave_exit"]
|
||||
[ext_resource type="Script" path="res://scenes/kq4_070_waterfall_cave/kq4_070_waterfall_cave.gd" id="1_script"]
|
||||
[ext_resource type="Texture2D" path="res://scenes/kq4_070_waterfall_cave/pic_070_visual.png" id="2_texture"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_scale"]
|
||||
@@ -35,6 +36,18 @@ navigation_polygon = SubResource("NavigationPolygon_main")
|
||||
[node name="default-starting-point" type="Node2D" parent="."]
|
||||
position = Vector2(200, 900)
|
||||
|
||||
[node name="cave_exit" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
scale = Vector2(6, 6)
|
||||
color = Color(0.5, 0.5, 0.5, 0.25)
|
||||
polygon = PackedVector2Array(233, 14, 209, 133, 87, 161, 75, 153, 75, 135, 106, 17, 117, 0, 202, 0)
|
||||
script = ExtResource("4_transition")
|
||||
label = "Waterfall Entrance"
|
||||
points_resource = ExtResource("7_cave_exit")
|
||||
appear_at_node = "kq4_024_waterfall_and_pool"
|
||||
target = "uid://33baqytea2g56"
|
||||
|
||||
[connection signal="interacted" from="cave_exit" to="." method="_on_cave_exit_interacted"]
|
||||
|
||||
[node name="kq4_071_cave_entrance" parent="." instance=ExtResource("4_transition")]
|
||||
position = Vector2(910, 1400)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
|
||||
Reference in New Issue
Block a user