2026-08-13 14:53:39 -04:00
|
|
|
[gd_scene load_steps=4 format=3]
|
2026-07-28 16:29:02 -04:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://ui/components/bubble_menu/bubble_status_bubble.gd" id="1_status"]
|
|
|
|
|
[ext_resource type="Resource" path="res://ui/components/bubble_menu/bubble_menu_profile.tres" id="2_profile"]
|
2026-08-13 14:53:39 -04:00
|
|
|
[ext_resource type="Texture2D" path="res://items/icons/shop/32_currency.png" id="3_currency"]
|
2026-07-28 16:29:02 -04:00
|
|
|
|
|
|
|
|
[node name="BubbleStatusBubble" type="PanelContainer"]
|
2026-07-28 23:43:03 -04:00
|
|
|
custom_minimum_size = Vector2(112, 62)
|
2026-07-28 16:29:02 -04:00
|
|
|
mouse_filter = 2
|
|
|
|
|
script = ExtResource("1_status")
|
|
|
|
|
profile = ExtResource("2_profile")
|
|
|
|
|
|
|
|
|
|
[node name="Labels" type="VBoxContainer" parent="."]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
theme_override_constants/separation = 0
|
|
|
|
|
alignment = 1
|
|
|
|
|
|
|
|
|
|
[node name="Heading" type="Label" parent="Labels"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
mouse_filter = 2
|
2026-07-28 23:43:03 -04:00
|
|
|
theme_override_font_sizes/font_size = 13
|
2026-07-28 16:29:02 -04:00
|
|
|
text = "status"
|
|
|
|
|
horizontal_alignment = 1
|
|
|
|
|
|
2026-08-13 14:53:39 -04:00
|
|
|
[node name="ValueRow" type="HBoxContainer" parent="Labels"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
theme_override_constants/separation = 3
|
|
|
|
|
alignment = 1
|
|
|
|
|
|
|
|
|
|
[node name="CurrencyIcon" type="TextureRect" parent="Labels/ValueRow"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
custom_minimum_size = Vector2(18, 18)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 4
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
texture = ExtResource("3_currency")
|
|
|
|
|
expand_mode = 1
|
|
|
|
|
stretch_mode = 5
|
|
|
|
|
texture_filter = 1
|
|
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Labels/ValueRow"]
|
2026-07-28 16:29:02 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
mouse_filter = 2
|
2026-07-28 23:43:03 -04:00
|
|
|
theme_override_font_sizes/font_size = 18
|
2026-07-28 16:29:02 -04:00
|
|
|
text = "0"
|
|
|
|
|
horizontal_alignment = 1
|