mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 03:00:58 -06:00
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
-- Loading an empty common and module dictionary
|
|
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "",
|
|
Modules = {
|
|
}
|
|
}
|
|
|