This commit is contained in:
Bryce
2026-02-21 08:03:33 -08:00
parent f8c9495338
commit d1bacf8b0a
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[gd_scene format=3 uid="uid://ujxktwdn8l8r"]
[ext_resource type="Script" uid="uid://bulhkgdox6uan" path="res://scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.gd" id="1_abc"]
[ext_resource type="Texture2D" uid="uid://b7r13k8iqy8kn" path="res://scenes/kq4_011_enchanted_grove/pic_011_visual.png" id="2_4yweh"]
[ext_resource type="Texture2D" uid="uid://b7r13k8iqy8kn" path="res://kq4-sierra-decompile/rooms/kq4-011-enchanted-grove/pic_011_visual.png" id="2_4yweh"]
[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"]
@@ -75,7 +75,7 @@ position = Vector2(151, 615)
[node name="kq4_010_forest_path" parent="." unique_id=1117747814 instance=ExtResource("4_abc")]
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
appear_at_node = "kq4_010_forest_path"
appear_at_node = "kq4_011_enchanted_grove"
target = "uid://3ujj97iw54vo5"
label = "Forest Path"
@@ -86,9 +86,9 @@ position = Vector2(506, 555)
position = Vector2(-64, 534)
[connection signal="interacted" from="kq4_005_forest_grove" to="." method="_on_forest_grove_interacted"]
[connection signal="interacted" from="kq4_010_forest_path" to="." method="_on_forest_path_interacted"]
[connection signal="interacted" from="kq4_012_haunted_forest" to="." method="_on_haunted_forest_interacted"]
[connection signal="interacted" from="kq4_017_spooky_house_exterior" to="." method="_on_spooky_house_exterior_interacted"]
[connection signal="interacted" from="kq4_010_forest_path" to="." method="_on_forest_path_interacted"]
[editable path="kq4_005_forest_grove"]
[editable path="kq4_012_haunted_forest"]

View File

@@ -2,6 +2,7 @@ extends Scene
func _on_forest_path_interacted() -> void:
print("HERE OK")
$kq4_010_forest_path.default_script(self)