Cursor work

This commit is contained in:
2026-01-18 00:25:42 -06:00
parent 8e0ab72185
commit 6f3f613f56
11 changed files with 317 additions and 54 deletions

View File

@@ -0,0 +1,37 @@
[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"