Files
OpenSpace/data/assets/sync/everything.asset
Alexander Bock debcb43ade Feature/assets (#1784)
General overhaul of the Asset loading system
2021-12-19 18:04:01 +01:00

11 lines
451 B
Lua

-- Please note that this scene/asset is not meant to be included anywhere directly and
-- OpenSpace will probably fail as soon as it gets to the initialization step, but at
-- least the synchronization will all work
local assetHelper = asset.require('../util/asset_helper')
assetHelper.requireAll(asset, '../customization')
assetHelper.requireAll(asset, '../scene')
assetHelper.requireAll(asset, '../spice')
assetHelper.requireAll(asset, '../util')