mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 10:28:44 -05:00
51551bc291
Reenable customization scripts Remove warning from HTTPRequest class
11 lines
438 B
Plaintext
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')
|