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