mirror of
https://github.com/Relintai/uml_generator.git
synced 2024-11-12 10:25:12 +01:00
19 lines
507 B
Python
19 lines
507 B
Python
|
|
||
|
pandemonium_branch = 'master'
|
||
|
|
||
|
engine_repository = [ ['https://github.com/Relintai/pandemonium_engine.git', 'git@github.com:Relintai/pandemonium_engine.git'], 'pandemonium_engine', '' ]
|
||
|
|
||
|
module_repositories = [
|
||
|
]
|
||
|
|
||
|
removed_modules = [
|
||
|
]
|
||
|
|
||
|
addon_repositories = [
|
||
|
]
|
||
|
|
||
|
third_party_addon_repositories = [
|
||
|
]
|
||
|
|
||
|
slim_args = 'module_webm_enabled=no module_arkit_enabled=no module_visual_script_enabled=no module_gdnative_enabled=no module_mobile_vr_enabled=no module_theora_enabled=no module_xatlas_unwrap_enabled=no'
|