Lots of little tweaks and fixes

This commit is contained in:
2026-06-12 20:26:00 -05:00
parent 7fc1a4645c
commit 3d01fcce86
32 changed files with 570 additions and 160 deletions
+13
View File
@@ -0,0 +1,13 @@
[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"