diff --git a/main_menu.tscn b/main_menu.tscn index 5b5e192..2e4d1ec 100644 --- a/main_menu.tscn +++ b/main_menu.tscn @@ -23,5 +23,14 @@ margin_right = 88.0 margin_bottom = 44.0 text = "Exit" +[node name="RichTextLabel" type="RichTextLabel" parent="."] +margin_left = 354.0 +margin_top = 179.0 +margin_right = 402.0 +margin_bottom = 195.0 +rect_scale = Vector2( 6, 6 ) +text = "noshg3" +scroll_active = false + [connection signal="pressed" from="VBoxContainer/Start" to="." method="_on_Start_pressed"] [connection signal="pressed" from="VBoxContainer/Exit" to="." method="_on_Exit_pressed"]