meowbay created and other things

This commit is contained in:
Tabby 2026-01-14 19:00:40 +11:00
parent 09625d8285
commit 93cc1a8c59
35 changed files with 318 additions and 41 deletions

View file

@ -19,7 +19,7 @@ corner_radius_bottom_left = 3
[sub_resource type="LabelSettings" id="LabelSettings_oxk8h"]
[node name="Tooltip" type="PanelContainer" node_paths=PackedStringArray("tooltip_label")]
[node name="Tooltip" type="PanelContainer" node_paths=PackedStringArray("tooltip_label", "exdata_box", "exdata_label")]
z_index = 3
offset_right = 95.0
offset_bottom = 31.0
@ -29,6 +29,8 @@ mouse_filter = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_gwequ")
script = ExtResource("1_gwequ")
tooltip_label = NodePath("VBoxContainer/Label")
exdata_box = NodePath("VBoxContainer/Extradata")
exdata_label = NodePath("VBoxContainer/Extradata/Label")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
@ -40,3 +42,14 @@ layout_mode = 2
size_flags_vertical = 6
text = "Item Name"
label_settings = SubResource("LabelSettings_oxk8h")
[node name="Extradata" type="VBoxContainer" parent="VBoxContainer"]
visible = false
layout_mode = 2
[node name="HSeparator" type="HSeparator" parent="VBoxContainer/Extradata"]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/Extradata"]
layout_mode = 2
text = "Extra data does here"