mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
local TexturesPath = asset.syncedResource({
|
|
Type = "HttpSynchronization",
|
|
Name = "Streamnodes textures",
|
|
Identifier = "streamnodes_textures",
|
|
Version = 4
|
|
})
|
|
|
|
asset.export("TexturesPath", TexturesPath)
|