Skip to content

Commit 015038a

Browse files
committed
Add project setup wizard dialog
1 parent 3bf9dd0 commit 015038a

File tree

6 files changed

+533
-1
lines changed

6 files changed

+533
-1
lines changed

thirdparty/godot_cpp_build_profile/build_profile.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
"BoxContainer",
66
"Button",
77
"CanvasItem",
8+
"ConfigFile",
89
"ConfirmationDialog",
910
"Container",
1011
"Control",
12+
"DirAccess",
1113
"EditorExportPlatform",
1214
"EditorExportPlatformAndroid",
1315
"EditorExportPlugin",
@@ -21,19 +23,22 @@
2123
"Label",
2224
"LineEdit",
2325
"MainLoop",
26+
"MarginContainer",
2427
"Node",
2528
"OS",
29+
"PanelContainer",
2630
"ProjectSettings",
2731
"RefCounted",
2832
"Resource",
2933
"RichTextLabel",
3034
"ScrollContainer",
3135
"Shortcut",
36+
"Theme",
3237
"TextServer",
3338
"Texture",
3439
"Texture2D",
3540
"VBoxContainer",
3641
"Viewport",
3742
"Window"
3843
]
39-
}
44+
}

0 commit comments

Comments
 (0)