mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
56460f818e
* 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>
17 lines
440 B
Lua
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"
|
|
}
|