mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -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 = {
|
|
}
|
|
}
|
|
|