[gd_scene load_steps=6 format=3 uid="uid://bosjbcurkm2vf"] [ext_resource type="Texture2D" uid="uid://c6gswajm0atas" path="res://sprites/sign.png" id="1_6ooja"] [ext_resource type="Script" path="res://scripts/sign.gd" id="1_rtygf"] [ext_resource type="PackedScene" uid="uid://sk2uc8hcxhcj" path="res://scenes/physical_dialogue.tscn" id="2_yp6hc"] [ext_resource type="PackedScene" uid="uid://dpwqurhly8osd" path="res://scenes/interactible_manager.tscn" id="3_q68wy"] [sub_resource type="CircleShape2D" id="CircleShape2D_8hxuu"] radius = 168.19 [node name="Sign" type="Area2D" node_paths=PackedStringArray("Dialogue")] script = ExtResource("1_rtygf") text = "Default Text" Dialogue = NodePath("Dialogue") [node name="Sprite2D" type="Sprite2D" parent="."] scale = Vector2(0.4, 0.4) texture = ExtResource("1_6ooja") [node name="Dialogue" parent="." instance=ExtResource("2_yp6hc")] offset_top = -185.445 offset_bottom = -145.445 [node name="InteractibleManager" parent="." node_paths=PackedStringArray("ItemShown") instance=ExtResource("3_q68wy")] ItemShown = NodePath("../Dialogue") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_8hxuu") [connection signal="body_entered" from="." to="InteractibleManager" method="_on_body_entered"] [connection signal="body_exited" from="." to="InteractibleManager" method="_on_body_exited"]