1
- [gd_scene load_steps =5 format =3 uid ="uid://bma07qur4debs" ]
1
+ [gd_scene load_steps =6 format =3 uid ="uid://bma07qur4debs" ]
2
2
3
3
[ext_resource type ="Script" path ="res://scenes/config/GameMetadataEditor.gd" id ="2" ]
4
4
[ext_resource type ="Script" path ="res://source/utils/ScrollHandler.gd" id ="7" ]
5
5
[ext_resource type ="Script" path ="res://source/utils/SpinBoxHandler.gd" id ="8" ]
6
6
[ext_resource type ="Script" path ="res://scenes/ui_nodes/AccessibilityFocus.gd" id ="9" ]
7
7
8
+ [sub_resource type ="ButtonGroup" id ="ButtonGroup_joixy" ]
9
+
8
10
[node name ="GameMetadataEditor" type ="Control" ]
9
11
layout_mode = 3
10
12
anchors_preset = 15
@@ -212,6 +214,7 @@ layout_mode = 2
212
214
unique_name_in_owner = true
213
215
custom_minimum_size = Vector2 (100 , 0 )
214
216
layout_mode = 2
217
+ button_group = SubResource ("ButtonGroup_joixy" )
215
218
text = "Fixed"
216
219
217
220
[node name ="FixedPlayersNum" type ="SpinBox" parent ="ScrollContainer/VBoxContainer/HBoxContainer8/VBoxContainer/HBoxContainer" ]
@@ -238,6 +241,7 @@ layout_mode = 2
238
241
unique_name_in_owner = true
239
242
custom_minimum_size = Vector2 (100 , 0 )
240
243
layout_mode = 2
244
+ button_group = SubResource ("ButtonGroup_joixy" )
241
245
text = "Variable"
242
246
243
247
[node name ="VariablePlayersMin" type ="SpinBox" parent ="ScrollContainer/VBoxContainer/HBoxContainer8/VBoxContainer/HBoxContainer2" ]
@@ -334,8 +338,8 @@ script = ExtResource("7")
334
338
[connection signal ="text_changed" from ="ScrollContainer/VBoxContainer/HBoxContainer6/Publisher" to ="." method ="_on_change_ocurred" ]
335
339
[connection signal ="item_selected" from ="ScrollContainer/VBoxContainer/HBoxContainer12/AgeRating" to ="." method ="_on_change_ocurred" ]
336
340
[connection signal ="text_changed" from ="ScrollContainer/VBoxContainer/HBoxContainer7/Genres" to ="." method ="_on_change_ocurred" ]
337
- [connection signal ="toggled" from ="ScrollContainer/VBoxContainer/HBoxContainer8/VBoxContainer/HBoxContainer/FixedPlayers" to ="." method ="_on_FixedPlayers_toggled" ]
338
341
[connection signal ="toggled" from ="ScrollContainer/VBoxContainer/HBoxContainer8/VBoxContainer/HBoxContainer/FixedPlayers" to ="." method ="_on_change_ocurred" ]
342
+ [connection signal ="toggled" from ="ScrollContainer/VBoxContainer/HBoxContainer8/VBoxContainer/HBoxContainer/FixedPlayers" to ="." method ="_on_FixedPlayers_toggled" ]
339
343
[connection signal ="value_changed" from ="ScrollContainer/VBoxContainer/HBoxContainer8/VBoxContainer/HBoxContainer/FixedPlayersNum" to ="." method ="_on_change_ocurred" ]
340
344
[connection signal ="value_changed" from ="ScrollContainer/VBoxContainer/HBoxContainer8/VBoxContainer/HBoxContainer/FixedPlayersNum" to ="." method ="_on_FixedPlayersNum_value_changed" ]
341
345
[connection signal ="toggled" from ="ScrollContainer/VBoxContainer/HBoxContainer8/VBoxContainer/HBoxContainer2/VariablePlayers" to ="." method ="_on_VariablePlayers_toggled" ]
0 commit comments