mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
-- Loading an empty module dictionary in a different folder
|
|
return {
|
|
ScenePath = "scene-folder",
|
|
CommonFolder = "common",
|
|
Modules = {
|
|
}
|
|
}
|
|
|