mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
-Change link to new documentation
-fixed bug in tilemap collision debug
This commit is contained in:
parent
c795ceca20
commit
70cdfa681a
3 changed files with 7 additions and 1 deletions
|
@ -979,7 +979,7 @@ void ScriptEditor::_menu_option(int p_option) {
|
|||
} break;
|
||||
case SEARCH_WEBSITE: {
|
||||
|
||||
OS::get_singleton()->shell_open("http://www.godotengine.org/projects/godot-engine/wiki/Documentation#Tutorials");
|
||||
OS::get_singleton()->shell_open("http://docs.godotengine.org/");
|
||||
} break;
|
||||
|
||||
case WINDOW_NEXT: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue