Commit 9435eb7a authored by Emma Broman's avatar Emma Broman
Browse files

Structure assets for skybrowser and create settings asset

parent f9fcfa8d
No related merge requests found
Showing with 15 additions and 0 deletions
+15 -0
......@@ -6,6 +6,7 @@ asset.require("./base_blank")
-- Optional components
asset.require("components/exoplanets/exoplanets")
asset.require("components/skybrowser/skybrowser")
-- Specifying which other assets should be loaded in this scene
asset.require("scene/solarsystem/sun/sun")
......
asset.onInitialize(function ()
openspace.setPropertyValueSingle("Modules.SkyBrowser.Enabled", false)
-- More settings are available, but for now using the default values
end)
asset.meta = {
Name = "SkyBrowser Module Default Settings",
Version = "1.0",
Description = [[ Some default settings related to the SkyBrowser module ]],
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license"
}
asset.require("./default_settings")
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment