Merge pull request #1243 from NateWardawg/ChangeRunSceneToRunProject
Changed the "Start the scene (F5)." tooltip to say "Play the project (F5)."
This commit is contained in:
commit
a1ff40100e
1 changed files with 1 additions and 1 deletions
|
@ -3573,7 +3573,7 @@ EditorNode::EditorNode() {
|
||||||
play_button->set_icon(gui_base->get_icon("MainPlay","EditorIcons"));
|
play_button->set_icon(gui_base->get_icon("MainPlay","EditorIcons"));
|
||||||
play_button->set_focus_mode(Control::FOCUS_NONE);
|
play_button->set_focus_mode(Control::FOCUS_NONE);
|
||||||
play_button->connect("pressed", this,"_menu_option",make_binds(RUN_PLAY));
|
play_button->connect("pressed", this,"_menu_option",make_binds(RUN_PLAY));
|
||||||
play_button->set_tooltip("Start the scene (F5).");
|
play_button->set_tooltip("Play the project (F5).");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue