mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-05 19:19:11 -06: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"); |