mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 01:10:11 -05:00
6 lines
222 B
Lua
6 lines
222 B
Lua
--[[ OpenSpace startup script ]]--
|
|
-- This Lua script get executed once at the start of the application
|
|
|
|
openspace.iswa.addCygnet("-1,DATA,1");
|
|
openspace.iswa.addCygnet("-2,DATA,1");
|
|
openspace.iswa.addCygnet("-3,DATA,1"); |