2026-07-28 01:06:11 -04:00
|
|
|
[gd_scene load_steps=4 format=3]
|
2026-07-25 20:12:29 -04:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://ui/hotbar.gd" id="1_script"]
|
|
|
|
|
[ext_resource type="Theme" path="res://ui/game_theme.tres" id="2_theme"]
|
2026-07-28 01:06:11 -04:00
|
|
|
[ext_resource type="PackedScene" path="res://ui/components/bubble_hotbar/bubble_hotbar_slot.tscn" id="3_slot"]
|
2026-07-25 20:12:29 -04:00
|
|
|
|
|
|
|
|
[node name="Hotbar" type="Control"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
z_index = 20
|
|
|
|
|
layout_mode = 3
|
2026-07-28 01:06:11 -04:00
|
|
|
anchors_preset = 15
|
2026-07-25 20:12:29 -04:00
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
2026-07-28 01:06:11 -04:00
|
|
|
grow_vertical = 2
|
2026-07-25 20:12:29 -04:00
|
|
|
mouse_filter = 2
|
|
|
|
|
theme = ExtResource("2_theme")
|
|
|
|
|
script = ExtResource("1_script")
|
|
|
|
|
|
2026-07-28 01:06:11 -04:00
|
|
|
[node name="ResponsiveHotbarStage" type="Control" parent="."]
|
2026-07-25 20:12:29 -04:00
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
|
2026-07-28 01:06:11 -04:00
|
|
|
[node name="HotbarPresentationScaleRoot" type="Control" parent="ResponsiveHotbarStage"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
offset_right = 1280.0
|
|
|
|
|
offset_bottom = 720.0
|
2026-07-25 20:12:29 -04:00
|
|
|
mouse_filter = 2
|
|
|
|
|
|
2026-07-28 01:06:11 -04:00
|
|
|
[node name="BubbleField" type="Control" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot"]
|
2026-07-25 20:12:29 -04:00
|
|
|
unique_name_in_owner = true
|
2026-07-28 01:06:11 -04:00
|
|
|
layout_mode = 0
|
|
|
|
|
offset_left = 230.0
|
|
|
|
|
offset_top = 608.0
|
|
|
|
|
offset_right = 1050.0
|
|
|
|
|
offset_bottom = 712.0
|
2026-07-25 20:12:29 -04:00
|
|
|
mouse_filter = 2
|
|
|
|
|
|
2026-07-28 01:06:11 -04:00
|
|
|
[node name="Slot1" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
slot_index = 0
|
|
|
|
|
desktop_anchor = Vector2(58, 49)
|
|
|
|
|
compact_anchor = Vector2(52, 42)
|
|
|
|
|
motion_phase = 0.15
|
|
|
|
|
|
|
|
|
|
[node name="Slot2" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
slot_index = 1
|
|
|
|
|
desktop_anchor = Vector2(146, 53)
|
|
|
|
|
compact_anchor = Vector2(114, 46)
|
|
|
|
|
motion_phase = 0.82
|
|
|
|
|
|
|
|
|
|
[node name="Slot3" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
slot_index = 2
|
|
|
|
|
desktop_anchor = Vector2(234, 57)
|
|
|
|
|
compact_anchor = Vector2(176, 50)
|
|
|
|
|
motion_phase = 1.49
|
|
|
|
|
|
|
|
|
|
[node name="Slot4" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
slot_index = 3
|
|
|
|
|
desktop_anchor = Vector2(322, 60)
|
|
|
|
|
compact_anchor = Vector2(238, 53)
|
|
|
|
|
motion_phase = 2.16
|
|
|
|
|
|
|
|
|
|
[node name="Slot5" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
slot_index = 4
|
|
|
|
|
desktop_anchor = Vector2(410, 62)
|
|
|
|
|
compact_anchor = Vector2(300, 55)
|
|
|
|
|
motion_phase = 2.83
|
|
|
|
|
|
|
|
|
|
[node name="Slot6" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
slot_index = 5
|
|
|
|
|
desktop_anchor = Vector2(498, 60)
|
|
|
|
|
compact_anchor = Vector2(362, 53)
|
|
|
|
|
motion_phase = 3.5
|
|
|
|
|
|
|
|
|
|
[node name="Slot7" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
slot_index = 6
|
|
|
|
|
desktop_anchor = Vector2(586, 57)
|
|
|
|
|
compact_anchor = Vector2(424, 50)
|
|
|
|
|
motion_phase = 4.17
|
|
|
|
|
|
|
|
|
|
[node name="Slot8" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
slot_index = 7
|
|
|
|
|
desktop_anchor = Vector2(674, 53)
|
|
|
|
|
compact_anchor = Vector2(486, 46)
|
|
|
|
|
motion_phase = 4.84
|
|
|
|
|
|
|
|
|
|
[node name="Slot9" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
slot_index = 8
|
|
|
|
|
desktop_anchor = Vector2(762, 49)
|
|
|
|
|
compact_anchor = Vector2(548, 42)
|
|
|
|
|
motion_phase = 5.51
|
|
|
|
|
|
|
|
|
|
[node name="SelectedItemLabel" type="Label" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot"]
|
2026-07-25 20:12:29 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
layout_mode = 1
|
2026-07-28 01:06:11 -04:00
|
|
|
anchors_preset = 12
|
2026-07-25 20:12:29 -04:00
|
|
|
anchor_left = 0.5
|
2026-07-28 01:06:11 -04:00
|
|
|
anchor_top = 1.0
|
2026-07-25 20:12:29 -04:00
|
|
|
anchor_right = 0.5
|
2026-07-28 01:06:11 -04:00
|
|
|
anchor_bottom = 1.0
|
2026-07-25 20:12:29 -04:00
|
|
|
offset_left = -150.0
|
2026-07-28 01:06:11 -04:00
|
|
|
offset_top = -132.0
|
2026-07-25 20:12:29 -04:00
|
|
|
offset_right = 150.0
|
2026-07-28 01:06:11 -04:00
|
|
|
offset_bottom = -112.0
|
2026-07-25 20:12:29 -04:00
|
|
|
grow_horizontal = 2
|
2026-07-28 01:06:11 -04:00
|
|
|
grow_vertical = 0
|
2026-07-25 20:12:29 -04:00
|
|
|
mouse_filter = 2
|
|
|
|
|
clip_text = true
|
|
|
|
|
text_overrun_behavior = 3
|
|
|
|
|
horizontal_alignment = 1
|
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
theme_override_colors/font_color = Color(0.925, 0.953, 0.965, 1)
|
|
|
|
|
theme_override_colors/font_outline_color = Color(0.015, 0.02, 0.03, 0.95)
|
|
|
|
|
theme_override_constants/outline_size = 2
|
|
|
|
|
theme_override_font_sizes/font_size = 12
|
|
|
|
|
|
|
|
|
|
[node name="ItemNameTimer" type="Timer" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
wait_time = 1.5
|
|
|
|
|
one_shot = true
|