Files
OpenSpace/data/assets/dashboard/default_dashboard.asset
T
Micah Acinapura 56460f818e Feature/asset meta update part2 (#1855)
* changes to asset/loader/meta to support adding nodes created at runtime

* update assets meta.

* update tle helper and gui to work with changes

* fixes #1840

* group titan trail and atmosphere with globe

* license for magnetosphere

Co-authored-by: ElonOlsson <olssonelon@gmail.com>
2022-01-31 15:58:41 -05:00

17 lines
440 B
Lua

asset.require("./date")
asset.require("./simulationincrement")
asset.require("./distance")
asset.require("./framerate")
asset.require("./parallelconnection")
asset.require("./globelocation")
asset.meta = {
Name = "Dashboard - Default Items",
Version = "1.0",
Description = [[ This asset provides the default items for the dashboard.]],
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license"
}