add title to the menu

dev
tihgs 2025-06-16 14:09:28 +08:00
parent 20b7fab173
commit a5be467861
Signed by: tihgs
GPG Key ID: 4E80959CDE5EDCA0
1 changed files with 9 additions and 0 deletions

View File

@ -23,5 +23,14 @@ margin_right = 88.0
margin_bottom = 44.0 margin_bottom = 44.0
text = "Exit" 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/Start" to="." method="_on_Start_pressed"]
[connection signal="pressed" from="VBoxContainer/Exit" to="." method="_on_Exit_pressed"] [connection signal="pressed" from="VBoxContainer/Exit" to="." method="_on_Exit_pressed"]