mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
8 lines
186 B
Lua
8 lines
186 B
Lua
local DataPath = asset.syncedResource({
|
|
Name = "Launcher Images",
|
|
Type = "HttpSynchronization",
|
|
Identifier = "launcher_images",
|
|
Version = 2
|
|
})
|
|
asset.export("DataPath", DataPath)
|