Add an example for using a build profile
This commit is contained in:
9
build_profile.json
Normal file
9
build_profile.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_": "This is an example build profile and not used by default. See the SConstruct file for more information.",
|
||||
"type": "feature_profile",
|
||||
"enabled_classes": [
|
||||
"Node3D",
|
||||
"ImageTexture",
|
||||
"OS"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user