mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
Allow enabling or disabling specific classes (which will not be built).
(cherry picked from commit 1186c488bd)
10 lines
92 B
JSON
10 lines
92 B
JSON
{
|
|
"enabled_classes": [
|
|
"Control",
|
|
"Label",
|
|
"OS",
|
|
"TileMap",
|
|
"InputEventKey"
|
|
]
|
|
}
|