You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.0 KiB
64 lines
2.0 KiB
[gd_scene load_steps=3 format=3 uid="uid://b4h0p6nbcq35b"] |
|
|
|
[ext_resource type="Script" path="res://level/ui/scripts/action_bar.gd" id="1_script"] |
|
[ext_resource type="PackedScene" uid="uid://cq7xyb8n4h6yk" path="res://level/ui/scenes/ability_button.tscn" id="2_ability_button"] |
|
|
|
[node name="ActionBar" type="Control"] |
|
layout_mode = 3 |
|
anchors_preset = 7 |
|
anchor_left = 0.5 |
|
anchor_top = 1.0 |
|
anchor_right = 0.5 |
|
anchor_bottom = 1.0 |
|
offset_left = -400.0 |
|
offset_top = -100.0 |
|
offset_right = 400.0 |
|
grow_horizontal = 2 |
|
grow_vertical = 0 |
|
script = ExtResource("1_script") |
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."] |
|
layout_mode = 1 |
|
anchors_preset = 15 |
|
anchor_right = 1.0 |
|
anchor_bottom = 1.0 |
|
grow_horizontal = 2 |
|
grow_vertical = 2 |
|
theme_override_constants/separation = 4 |
|
alignment = 1 |
|
|
|
[node name="Slot1" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot2" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot3" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot4" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot5" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot6" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot7" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot8" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot9" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot10" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot11" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2 |
|
|
|
[node name="Slot12" parent="HBoxContainer" instance=ExtResource("2_ability_button")] |
|
layout_mode = 2
|
|
|