add title to the menu
parent
20b7fab173
commit
a5be467861
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue