Files
OpenSpace/data/assets/sync/everything.asset
Alexander Bock 51551bc291 Move VRT specification into separate customization asset
Reenable customization scripts
Remove warning from HTTPRequest class
2017-12-31 22:13:55 -05:00

11 lines
438 B
Plaintext

-- Please note that this scene/asset is not meant to be included anywhere directly.
-- Rather it is used in the Sync application to synchronize the entire asset folder
-- without needing manual adaption
local assetHelper = asset.require('../util/asset_helper')
assetHelper.requestAll(asset, '../customization')
assetHelper.requestAll(asset, '../scene')
assetHelper.requestAll(asset, '../spice')
assetHelper.requestAll(asset, '../util')