mirror of
https://github.com/Relintai/pandemonium_cms.git
synced 2024-11-12 09:35:02 +01:00
21 lines
535 B
Python
21 lines
535 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 = [
|
|
]
|
|
|
|
custom_module_folders = ""
|
|
|
|
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'
|