22 lines
597 B
Text
22 lines
597 B
Text
[gd_scene load_steps=2 format=3 uid="uid://co13dert7ixio"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/music/music_field.gd" id="1_u1fvf"]
|
|
|
|
[node name="Control" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( "1_u1fvf" )
|
|
|
|
[node name="Selected" type="CheckBox" parent="."]
|
|
offset_right = 24.0
|
|
offset_bottom = 600.0
|
|
focus_mode = 0
|
|
disabled = true
|
|
|
|
[node name="Music" type="Button" parent="."]
|
|
offset_left = 28.0
|
|
offset_right = 1024.0
|
|
offset_bottom = 600.0
|
|
size_flags_horizontal = 3
|
|
|
|
[connection signal="pressed" from="Music" to="." method="_on_music_pressed"]
|