straywild/ui/hotbar.tscn

108 lines
3.3 KiB
Text
Raw Normal View History

2026-07-28 01:06:11 -04:00
[gd_scene load_steps=4 format=3]
[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"]
[node name="Hotbar" type="Control"]
unique_name_in_owner = true
visible = false
z_index = 35
layout_mode = 3
2026-07-28 01:06:11 -04:00
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
2026-07-28 01:06:11 -04:00
grow_vertical = 2
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="."]
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
mouse_filter = 2
2026-07-28 01:06:11 -04:00
[node name="BubbleField" type="Control" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot"]
unique_name_in_owner = true
2026-07-28 01:06:11 -04:00
layout_mode = 0
offset_left = 245.0
2026-07-28 01:06:11 -04:00
offset_top = 608.0
offset_right = 1035.0
2026-07-28 01:06:11 -04:00
offset_bottom = 712.0
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(55, 49)
compact_anchor = Vector2(50, 42)
2026-07-28 01:06:11 -04:00
motion_phase = 0.15
[node name="Slot2" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
layout_mode = 0
slot_index = 1
desktop_anchor = Vector2(140, 53)
compact_anchor = Vector2(110, 46)
2026-07-28 01:06:11 -04:00
motion_phase = 0.82
[node name="Slot3" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
layout_mode = 0
slot_index = 2
desktop_anchor = Vector2(225, 57)
compact_anchor = Vector2(170, 50)
2026-07-28 01:06:11 -04:00
motion_phase = 1.49
[node name="Slot4" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
layout_mode = 0
slot_index = 3
desktop_anchor = Vector2(310, 60)
compact_anchor = Vector2(230, 53)
2026-07-28 01:06:11 -04:00
motion_phase = 2.16
[node name="Slot5" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
layout_mode = 0
slot_index = 4
desktop_anchor = Vector2(395, 62)
compact_anchor = Vector2(290, 55)
2026-07-28 01:06:11 -04:00
motion_phase = 2.83
[node name="Slot6" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
layout_mode = 0
slot_index = 5
desktop_anchor = Vector2(480, 60)
compact_anchor = Vector2(350, 53)
2026-07-28 01:06:11 -04:00
motion_phase = 3.5
[node name="Slot7" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
layout_mode = 0
slot_index = 6
desktop_anchor = Vector2(565, 57)
compact_anchor = Vector2(410, 50)
2026-07-28 01:06:11 -04:00
motion_phase = 4.17
[node name="Slot8" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
layout_mode = 0
slot_index = 7
desktop_anchor = Vector2(650, 53)
compact_anchor = Vector2(470, 46)
2026-07-28 01:06:11 -04:00
motion_phase = 4.84
[node name="Slot9" parent="ResponsiveHotbarStage/HotbarPresentationScaleRoot/BubbleField" instance=ExtResource("3_slot")]
layout_mode = 0
slot_index = 8
desktop_anchor = Vector2(735, 49)
compact_anchor = Vector2(530, 42)
2026-07-28 01:06:11 -04:00
motion_phase = 5.51