26 lines
873 B
Plaintext
26 lines
873 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bqibe7ha6r5ls"]
|
|
|
|
[ext_resource type="Script" path="res://Interactions/Interactable/Interactable.gd" id="1_wos4h"]
|
|
[ext_resource type="PackedScene" uid="uid://bln4jur7glsny" path="res://Interactions/Interactable/action_menu.tscn" id="2_qa6qc"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_514te"]
|
|
|
|
[node name="Interactable" type="Node2D"]
|
|
script = ExtResource("1_wos4h")
|
|
|
|
[node name="ActionMenu" parent="." instance=ExtResource("2_qa6qc")]
|
|
|
|
[node name="PopupMenu" parent="ActionMenu" index="0"]
|
|
allow_search = false
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
offset_left = -101.0
|
|
offset_top = -102.0
|
|
offset_right = 102.0
|
|
offset_bottom = 103.0
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_514te")
|
|
|
|
[connection signal="gui_input" from="Panel" to="." method="_on_panel_gui_input"]
|
|
|
|
[editable path="ActionMenu"]
|