mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 13:20:47 +01:00
34a0791c2f
* Port of the iframe storage for settings * Update resources.txt * re add keying * fix byond storage * port the adjustments --------- Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
18 lines
463 B
Plaintext
18 lines
463 B
Plaintext
/datum/config_entry/string/asset_transport
|
|
|
|
/datum/config_entry/flag/asset_simple_preload
|
|
|
|
/datum/config_entry/string/asset_cdn_webroot
|
|
|
|
/datum/config_entry/string/asset_cdn_url
|
|
|
|
/datum/config_entry/flag/cache_assets
|
|
|
|
/datum/config_entry/flag/smart_cache_assets
|
|
|
|
/datum/config_entry/flag/save_spritesheets
|
|
|
|
/datum/config_entry/string/storage_cdn_iframe
|
|
protection = CONFIG_ENTRY_LOCKED
|
|
default = "https://vorestation.github.io/byond-client-storage/iframe.html"
|