This commit is contained in:
Bryce
2026-02-20 21:34:02 -08:00
parent 77a9f73331
commit 71575c2256
30 changed files with 372 additions and 11 deletions

View File

@@ -1,9 +1,10 @@
[gd_scene load_steps=6 format=3 uid="uid://dnyfhcvbsecvy"]
[gd_scene load_steps=7 format=3 uid="uid://dnyfhcvbsecvy"]
[ext_resource type="Script" uid="uid://b7elji15ea6kg" path="res://scenes/meadow/meadow.gd" id="1_bn14v"]
[ext_resource type="Texture2D" uid="uid://mo525tcuoqes" path="res://scenes/meadow/ComfyUI_09941_.png" id="2_bn14v"]
[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/meadow/tree.png" id="5_ppo6b"]
[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)
@@ -31,6 +32,7 @@ script = ExtResource("3_6lc2m")
target_scale = 0.35
[node name="pathfind" type="NavigationRegion2D" parent="."]
visible = false
position = Vector2(-1, 0)
navigation_polygon = SubResource("NavigationPolygon_ppo6b")
@@ -63,6 +65,13 @@ position = Vector2(506, 555)
[node name="exit" parent="oceanside" index="1"]
position = Vector2(-64, 534)
[node name="Tree" type="Sprite2D" parent="."]
position = Vector2(335, 855)
scale = Vector2(1.159, 1.181)
texture = ExtResource("5_ppo6b")
centered = false
offset = Vector2(-289.042, -723.963)
[connection signal="interacted" from="pool" to="." method="_on_pool_interacted"]
[connection signal="interacted" from="oceanside" to="." method="_on_oceanside_interacted"]