mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Mark Godot 3.0 exporter as work in progress
This commit is contained in:
parent
45bf6d9f20
commit
c449df86f7
22 changed files with 22 additions and 22 deletions
|
|
@ -5513,7 +5513,7 @@ EditorNode::EditorNode() {
|
|||
p = tool_menu->get_popup();
|
||||
p->connect("item_pressed", this, "_menu_option");
|
||||
p->add_item(TTR("Orphan Resource Explorer"), TOOLS_ORPHAN_RESOURCES);
|
||||
p->add_item(TTR("Export to Godot 3.0"), TOOLS_EXPORT_GODOT3);
|
||||
p->add_item(TTR("Export to Godot 3.0 (WIP)"), TOOLS_EXPORT_GODOT3);
|
||||
|
||||
export_button = memnew(ToolButton);
|
||||
export_button->set_tooltip(TTR("Export the project to many platforms."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue