wiring up
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[gd_scene format=3 uid="uid://7dfmw11k58wd"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/kq4_030_mountain_pass/kq4_030_mountain_pass.gd" id="1_abc"]
|
||||
[ext_resource type="Texture2D" path="res://scenes/kq4_030_mountain_pass/030_caption_1_251842984_generated.png" id="2_abc"]
|
||||
[ext_resource type="Script" uid="uid://dis82jrbe2iny" path="res://scenes/kq4_030_mountain_pass/kq4_030_mountain_pass.gd" id="1_abc"]
|
||||
[ext_resource type="Texture2D" uid="uid://deu72w121ul6u" path="res://scenes/kq4_030_mountain_pass/030_caption_1_251842984_generated.png" id="2_abc"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_abc"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_abc"]
|
||||
[ext_resource type="Resource" uid="uid://25ctyzv93nqd3" path="res://scenes/kq4_030_mountain_pass/mountain_polygon_0.tres" id="5_mountain"]
|
||||
[ext_resource type="Resource" uid="uid://3hqumhi48l2q" path="res://scenes/kq4_030_mountain_pass/mountain_polygon_0.tres" id="5_mountain"]
|
||||
[ext_resource type="Script" uid="uid://bounwnqg34t5k" path="res://SetPiece_.gd" id="6_setpiece"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_ppo6b"]
|
||||
@@ -55,7 +55,7 @@ position = Vector2(174, 519)
|
||||
[node name="kq4_079_mountain_path_to_dark_castle" parent="." unique_id=1916756563 instance=ExtResource("4_abc")]
|
||||
position = Vector2(1766, 74)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_030_mountain_pass"
|
||||
target = "uid://1q1az2h3p2ebd"
|
||||
label = "Mountain Path to Dark Castle"
|
||||
|
||||
[node name="entrance" parent="kq4_079_mountain_path_to_dark_castle" index="0"]
|
||||
@@ -76,11 +76,7 @@ position = Vector2(506, 555)
|
||||
[node name="exit" parent="kq4_029_dense_forest" index="1"]
|
||||
position = Vector2(-64, 534)
|
||||
|
||||
[connection signal="interacted" from="kq4_024_waterfall_and_pool" to="." method="_on_waterfall_and_pool_interacted"]
|
||||
[connection signal="interacted" from="kq4_079_mountain_path_to_dark_castle" to="." method="_on_mountain_path_to_dark_castle_interacted"]
|
||||
[connection signal="interacted" from="kq4_029_dense_forest" to="." method="_on_dense_forest_interacted"]
|
||||
|
||||
[node name="mountain" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
[node name="mountain" type="Polygon2D" parent="." unique_id=883197230 groups=["set-piece"]]
|
||||
scale = Vector2(6, 6)
|
||||
color = Color(0.5, 0.5, 0.5, 0.25)
|
||||
polygon = PackedVector2Array(52, 92, 203, 123, 316, 91, 157, 133, 231, 166, 98, 187, 148, 159, 47, 187)
|
||||
@@ -88,8 +84,11 @@ script = ExtResource("6_setpiece")
|
||||
label = "Mountain"
|
||||
points_resource = ExtResource("5_mountain")
|
||||
|
||||
[connection signal="interacted" from="kq4_024_waterfall_and_pool" to="." method="_on_waterfall_and_pool_interacted"]
|
||||
[connection signal="interacted" from="kq4_079_mountain_path_to_dark_castle" to="." method="_on_mountain_path_to_dark_castle_interacted"]
|
||||
[connection signal="interacted" from="kq4_029_dense_forest" to="." method="_on_dense_forest_interacted"]
|
||||
[connection signal="looked" from="mountain" to="." method="_on_mountain_looked"]
|
||||
|
||||
[editable path="kq4_024_waterfall_and_pool"]
|
||||
[editable path="kq4_079_mountain_path_to_dark_castle"]
|
||||
[editable path="kq4_029_dense_forest"]
|
||||
[editable path="kq4_029_dense_forest"]
|
||||
|
||||
Reference in New Issue
Block a user