1- [gd_scene load_steps =30 format =3 uid ="uid://bkaimvifjwkai" ]
1+ [gd_scene load_steps =31 format =3 uid ="uid://bkaimvifjwkai" ]
22
33[ext_resource type ="Script" path ="res://game_boards/board_space/game_space.gd" id ="1_w6e46" ]
44[ext_resource type ="Texture2D" uid ="uid://cwhjcn0y744nv" path ="res://assets/gems/background-space.png" id ="3_f5frv" ]
1818[ext_resource type ="Texture2D" uid ="uid://bebhmcgujnoxc" path ="res://assets/gui/ButtonText_Large_GreyOutline_Round.png" id ="16_20lur" ]
1919[ext_resource type ="Texture2D" uid ="uid://dcow071sb2a7i" path ="res://assets/gui/ButtonText_Large_Orange_Round.png" id ="17_oxovp" ]
2020[ext_resource type ="Theme" uid ="uid://duftrpb020ewi" path ="res://themes/game_msg_btm.tres" id ="18_jrjnv" ]
21+ [ext_resource type ="Texture2D" uid ="uid://chrsqb6yhlqeq" path ="res://assets/gui/ButtonText_Large_Blue_Round.png" id ="18_y8cds" ]
2122[ext_resource type ="Theme" uid ="uid://c68uhjmxln8ao" path ="res://themes/game_msg_top.tres" id ="19_iidij" ]
2223
2324[sub_resource type ="StyleBoxFlat" id ="StyleBoxFlat_103kv" ]
@@ -397,23 +398,23 @@ text = "NEW GAME"
397398horizontal_alignment = 1
398399vertical_alignment = 1
399400
400- [node name ="BtnQuitGame " type ="TextureButton" parent ="." ]
401+ [node name ="BtnDebug " type ="TextureButton" parent ="." ]
401402offset_left = 1657.0
402403offset_top = 393.0
403404offset_right = 2816.0
404405offset_bottom = 751.0
405406scale = Vector2 (0.25 , 0.25 )
406407texture_normal = ExtResource ("16_20lur" )
407408
408- [node name ="Label" type ="Label" parent ="BtnQuitGame " ]
409+ [node name ="Label" type ="Label" parent ="BtnDebug " ]
409410layout_mode = 1
410411anchors_preset = 15
411412anchor_right = 1.0
412413anchor_bottom = 1.0
413414grow_horizontal = 2
414415grow_vertical = 2
415416theme_override_font_sizes/font_size = 120
416- text = "Quit "
417+ text = "CLEAR/RESET "
417418horizontal_alignment = 1
418419vertical_alignment = 1
419420
@@ -437,6 +438,26 @@ text = "CHECKERED"
437438horizontal_alignment = 1
438439vertical_alignment = 1
439440
441+ [node name ="BtnQuitGame" type ="TextureButton" parent ="." ]
442+ offset_left = 1659.0
443+ offset_top = 696.0
444+ offset_right = 2818.0
445+ offset_bottom = 1054.0
446+ scale = Vector2 (0.25 , 0.25 )
447+ texture_normal = ExtResource ("18_y8cds" )
448+
449+ [node name ="Label" type ="Label" parent ="BtnQuitGame" ]
450+ layout_mode = 1
451+ anchors_preset = 15
452+ anchor_right = 1.0
453+ anchor_bottom = 1.0
454+ grow_horizontal = 2
455+ grow_vertical = 2
456+ theme_override_font_sizes/font_size = 120
457+ text = "Quit"
458+ horizontal_alignment = 1
459+ vertical_alignment = 1
460+
440461[node name ="ContMessages" type ="Control" parent ="." ]
441462custom_minimum_size = Vector2 (2000 , 230 )
442463layout_mode = 3
@@ -513,5 +534,6 @@ autowrap_mode = 0
513534shortcut_keys_enabled = false
514535
515536[connection signal ="pressed" from ="BtnNewGame" to ="." method ="_on_btn_newgame_pressed" ]
516- [connection signal ="pressed" from ="BtnQuitGame " to ="." method ="_on_btn_quit_game " ]
537+ [connection signal ="pressed" from ="BtnDebug " to ="." method ="_on_btn_debug_pressed " ]
517538[connection signal ="pressed" from ="BtnCheckerboard" to ="." method ="_on_btn_checkerboard" ]
539+ [connection signal ="pressed" from ="BtnQuitGame" to ="." method ="_on_btn_quit_game" ]
0 commit comments