mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-19 19:39:30 -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
7 lines
324 B
Lua
7 lines
324 B
Lua
asset.require("actions/trails/toggle_all_trails")
|
|
asset.require("actions/trails/toggle_trails_planets_moons")
|
|
asset.require("actions/planets/planet_lighting")
|
|
asset.require("actions/system/undo_event_fades")
|
|
asset.require("actions/trails/toggle_all_minor_moon_trails")
|
|
asset.require("actions/trails/on_off_all_minor_moons")
|