fix: attach hand_area.gd script to HandArea node in training_room.tscn
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://training_room"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://training_room"]
|
||||
[ext_resource type="Script" path="res://src/ui/scenes/training_room.gd" id="1_script"]
|
||||
[ext_resource type="Script" path="res://src/ui/components/hand_area.gd" id="2_script"]
|
||||
[node name="TrainingRoom" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
@@ -15,6 +16,7 @@ layout_mode = 0
|
||||
offset_top = 500.0
|
||||
offset_right = 800.0
|
||||
offset_bottom = 650.0
|
||||
script = ExtResource("2_script")
|
||||
[node name="Buttons" type="HBoxContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_top = 660.0
|
||||
|
||||
Reference in New Issue
Block a user