mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
-- Loading an empty module dictionary
|
|
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "common",
|
|
Modules = {
|
|
}
|
|
}
|
|
|