This commit is contained in:
2026-03-05 22:47:43 -08:00
parent a2eb4de815
commit 8cfae8dea2
285 changed files with 2814 additions and 11 deletions

View File

@@ -5,6 +5,8 @@
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_6lc2m"]
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_nrc7r"]
[ext_resource type="Texture2D" uid="uid://2wfp64i5brcn" path="res://scenes/kq4_020_meadow/tree.png" id="5_ppo6b"]
[ext_resource type="Resource" uid="uid://3db4xmv5e6m2q" path="res://scenes/kq4_020_meadow/meadow_polygon_0.tres" id="6_meadow"]
[ext_resource type="Script" uid="uid://bounwnqg34t5k" path="res://SetPiece_.gd" id="7_setpiece"]
[sub_resource type="NavigationPolygon" id="NavigationPolygon_ppo6b"]
vertices = PackedVector2Array(1263.16, 1113.2, 424.328, 1143.23, 1026.63, 865.109, 1359.65, 949.383, 1238.89, 383.039, 1994.29, 469.938, 2012.62, 1017.85, 1025.28, 850.992, -53.8672, 491.352, -74.0469, 579.641)
@@ -102,6 +104,16 @@ offset = Vector2(-289.042, -723.963)
[connection signal="interacted" from="kq4_019_coastal_cliffs" to="." method="_on_oceanside_interacted"]
[connection signal="interacted" from="kq4_026_river_meadow" to="." method="_on_river_meadow_interacted"]
[node name="meadow" type="Polygon2D" parent="." groups=["set-piece"]]
scale = Vector2(0.470459, 0.467949)
color = Color(0.5, 0.5, 0.5, 0.25)
polygon = PackedVector2Array(3927, 328, 2766, 1026, 3740, 1025, 3550, 1674, 2584, 1967, 1192, 1529, 864, 266)
script = ExtResource("7_setpiece")
label = "Meadow"
points_resource = ExtResource("6_meadow")
[connection signal="looked" from="meadow" to="." method="_on_meadow_looked"]
[editable path="kq4_014_green_meadow"]
[editable path="kq4_021_bridge_over_stream"]
[editable path="kq4_019_coastal_cliffs"]