Update workspace list in various files
This commit is contained in:
parent
30bb49ec1f
commit
abe1b4b799
4 changed files with 7 additions and 7 deletions
|
|
@ -741,7 +741,7 @@ void EditorInterface::get_argument_options(const StringName &p_function, int p_i
|
|||
const String pf = p_function;
|
||||
if (p_idx == 0) {
|
||||
if (pf == "set_main_screen_editor") {
|
||||
for (String E : { "\"2D\"", "\"3D\"", "\"Script\"", "\"AssetLib\"" }) {
|
||||
for (String E : { "\"2D\"", "\"3D\"", "\"Script\"", "\"Game\"", "\"AssetLib\"" }) {
|
||||
r_options->push_back(E);
|
||||
}
|
||||
} else if (pf == "get_editor_viewport_3d") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue