14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
[gd_scene load_steps=3 format=3]
|
|
|
|
[ext_resource type="Theme" path="res://ui/UI Theme.tres" id="1"]
|
|
[ext_resource type="Script" path="res://ui/component/InteractIndicator.gd" id="2"]
|
|
|
|
[node name="InteractIndicator" type="PanelContainer"]
|
|
mouse_filter = 2
|
|
theme = ExtResource("1")
|
|
script = ExtResource("2")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "INTERACT"
|