mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 12:39:24 -05:00
28c5718959
* Moved actions that were defined in profiles to assets and updated the keybindings in the profiles * #2476 Added actions to turn on/off minor moons and their trails (for-all and per-planet)
6 lines
329 B
Lua
6 lines
329 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"); |