38 lines
980 B
Plaintext
38 lines
980 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://ktmvnapibv2q"]
|
|
|
|
[ext_resource type="Script" uid="uid://27274005hbgh" path="res://battle/ui/action/ActionBox.gd" id="1_w5s71"]
|
|
|
|
[node name="ActionBox" type="GridContainer" node_paths=PackedStringArray("btnAttack", "btnMagic", "btnItem", "btnBack")]
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -86.0
|
|
offset_top = -44.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
columns = 2
|
|
script = ExtResource("1_w5s71")
|
|
btnAttack = NodePath("Attack")
|
|
btnMagic = NodePath("Magic")
|
|
btnItem = NodePath("Items")
|
|
btnBack = NodePath("Back")
|
|
metadata/_custom_type_script = "uid://27274005hbgh"
|
|
|
|
[node name="Attack" type="Button" parent="."]
|
|
layout_mode = 2
|
|
text = "Attack"
|
|
|
|
[node name="Magic" type="Button" parent="."]
|
|
layout_mode = 2
|
|
text = "Magic"
|
|
|
|
[node name="Items" type="Button" parent="."]
|
|
layout_mode = 2
|
|
text = "Items"
|
|
|
|
[node name="Back" type="Button" parent="."]
|
|
layout_mode = 2
|
|
text = "Back"
|