|
21 | 21 | [ext_resource type="Theme" uid="uid://c68uhjmxln8ao" path="res://themes/game_msg_top.tres" id="19_iidij"] |
22 | 22 |
|
23 | 23 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_103kv"] |
24 | | -bg_color = Color(0, 0, 0, 0.533333) |
| 24 | +bg_color = Color(0, 0, 0, 0.933333) |
25 | 25 |
|
26 | 26 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_k3sk6"] |
27 | 27 | bg_color = Color(0, 0, 0, 0.6) |
@@ -397,24 +397,23 @@ text = "NEW GAME" |
397 | 397 | horizontal_alignment = 1 |
398 | 398 | vertical_alignment = 1 |
399 | 399 |
|
400 | | -[node name="BtnClearDebugLabels" type="TextureButton" parent="."] |
401 | | -visible = false |
| 400 | +[node name="BtnQuitGame" type="TextureButton" parent="."] |
402 | 401 | offset_left = 1657.0 |
403 | 402 | offset_top = 393.0 |
404 | 403 | offset_right = 2816.0 |
405 | 404 | offset_bottom = 751.0 |
406 | 405 | scale = Vector2(0.25, 0.25) |
407 | 406 | texture_normal = ExtResource("16_20lur") |
408 | 407 |
|
409 | | -[node name="Label" type="Label" parent="BtnClearDebugLabels"] |
| 408 | +[node name="Label" type="Label" parent="BtnQuitGame"] |
410 | 409 | layout_mode = 1 |
411 | 410 | anchors_preset = 15 |
412 | 411 | anchor_right = 1.0 |
413 | 412 | anchor_bottom = 1.0 |
414 | 413 | grow_horizontal = 2 |
415 | 414 | grow_vertical = 2 |
416 | 415 | theme_override_font_sizes/font_size = 120 |
417 | | -text = "Clear Labels" |
| 416 | +text = "Quit" |
418 | 417 | horizontal_alignment = 1 |
419 | 418 | vertical_alignment = 1 |
420 | 419 |
|
@@ -514,5 +513,5 @@ autowrap_mode = 0 |
514 | 513 | shortcut_keys_enabled = false |
515 | 514 |
|
516 | 515 | [connection signal="pressed" from="BtnNewGame" to="." method="_on_newgame_button_pressed"] |
517 | | -[connection signal="pressed" from="BtnClearDebugLabels" to="." method="_on_btn_clear_debug_labels_pressed"] |
| 516 | +[connection signal="pressed" from="BtnQuitGame" to="." method="_on_btn_clear_debug_labels_pressed"] |
518 | 517 | [connection signal="pressed" from="BtnMatchCol" to="." method="_on_btn_make_vert_pressed"] |
0 commit comments