mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-16 18:40:35 -05:00
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
local circle = asset.syncedResource({
|
|
Name = "Circle",
|
|
Type = "HttpSynchronization",
|
|
Identifier = "circle_image",
|
|
Version = 1
|
|
})
|
|
|
|
asset.export('circle', circle)
|