baddle
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource type="Script" uid="uid://27274005hbgh" path="res://battle/ui/ActionBox.gd" id="1_w5s71"]
|
||||
|
||||
[node name="ActionBox" type="GridContainer" node_paths=PackedStringArray("btnAttack", "btnMagic", "btnItem")]
|
||||
[node name="ActionBox" type="GridContainer" node_paths=PackedStringArray("btnAttack", "btnMagic", "btnItem", "btnBack")]
|
||||
anchors_preset = 3
|
||||
anchor_left = 1.0
|
||||
anchor_top = 1.0
|
||||
@@ -17,6 +17,7 @@ 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="."]
|
||||
@@ -31,6 +32,6 @@ text = "Magic"
|
||||
layout_mode = 2
|
||||
text = "Items"
|
||||
|
||||
[node name="idk" type="Button" parent="."]
|
||||
[node name="Back" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
text = "idk"
|
||||
text = "Back"
|
||||
|
||||
Reference in New Issue
Block a user