mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
* Updating all assets to new coding style * Cleaning up asset files * Moving default_actions and default_keybindings files * Changing procedural globes to explicitly specified globes * Move Spice loading explicitly to the initialize part and also deinitialize * Removing unused asset files * Removing asset_helper * Removing scale_model_helper asset * Removing script_scheduler_helper * Removing testing_keybindings * Remove procedural_globe
18 lines
437 B
Lua
18 lines
437 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"
|
|
}
|