Files
OpenSpace/data/assets/util/default_actions.asset
T
Adam Rohdin 28c5718959 Issue/2408: Fixed #2491 and #2476
* 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)
2023-02-10 17:04:49 +01:00

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");