mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
-- Loading a module without dependencies in a different folder
|
|
return {
|
|
ScenePath = "scene-folder",
|
|
CommonFolder = "common",
|
|
Modules = {
|
|
"no-dependency"
|
|
}
|
|
}
|
|
|