19 lines
490 B
Plaintext
19 lines
490 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://br2rs8skcn72l"]
|
|
|
|
[ext_resource type="Script" uid="uid://c2lye3hasxnkj" path="res://battle/ui/action/BattleCursorIcon.gd" id="1_cpfvx"]
|
|
|
|
[node name="Control" type="ColorRect"]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -4.0
|
|
offset_top = -4.0
|
|
offset_right = 4.0
|
|
offset_bottom = 4.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(1, 0.478431, 1, 1)
|
|
script = ExtResource("1_cpfvx")
|