[gd_scene format=3 uid="uid://bullhud"] [ext_resource type="Script" uid="uid://bullhudscript" path="res://scripts/ui/mekton_bulls_hud.gd" id="1_hud"] [node name="MektonBullsHUD" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_hud") [node name="BullTracker" type="Control" parent="."] anchors_preset = 0 [node name="PowerCounters" type="Control" parent="."] anchors_preset = 0 layout_mode = 1 anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_top = -60.0 offset_right = 300.0 grow_vertical = 0 [node name="Label" type="Label" parent="PowerCounters"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 text = "Freeze: 0 | Knock: 0" vertical_alignment = 1 [node name="PowerPicker" type="PanelContainer" parent="."] visible = false layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -100.0 offset_top = -50.0 offset_right = 100.0 offset_bottom = 50.0 grow_horizontal = 2 grow_vertical = 2 [node name="HBoxContainer" type="HBoxContainer" parent="PowerPicker"] layout_mode = 2 [node name="FreezeBtn" type="Button" parent="PowerPicker/HBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 text = "Freeze" [node name="KnockBtn" type="Button" parent="PowerPicker/HBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 text = "Knock" [node name="PlacementPanel" type="PanelContainer" parent="."] visible = false layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -200.0 offset_top = -150.0 offset_right = 200.0 offset_bottom = 150.0 grow_horizontal = 2 grow_vertical = 2 [node name="VBoxContainer" type="VBoxContainer" parent="PlacementPanel"] layout_mode = 2 [node name="Label" type="Label" parent="PlacementPanel/VBoxContainer"] layout_mode = 2 text = "Match Placements" horizontal_alignment = 1 [node name="List" type="VBoxContainer" parent="PlacementPanel/VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 [connection signal="pressed" from="PowerPicker/HBoxContainer/FreezeBtn" to="." method="_on_freeze_btn_pressed"] [connection signal="pressed" from="PowerPicker/HBoxContainer/KnockBtn" to="." method="_on_knock_btn_pressed"]