mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
-- Loading a module with a direct dependency in a different folder
|
|
return {
|
|
ScenePath = "scene-folder",
|
|
CommonFolder = "common",
|
|
Modules = {
|
|
"no-dependency",
|
|
"direct-dependency"
|
|
}
|
|
}
|
|
|