mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-15 10:09:48 -05:00
17 lines
375 B
Lua
17 lines
375 B
Lua
return
|
|
{
|
|
{
|
|
Time = "2016 SEP 08 23:10:13",
|
|
ReversibleLuaScript = {
|
|
Forward = "openspace.printInfo('forward test 1');",
|
|
Backward = "openspace.printInfo('backward test 1');",
|
|
}
|
|
},
|
|
{
|
|
Time = "2016 SEP 09 00:08:13",
|
|
ReversibleLuaScript = {
|
|
Forward = "openspace.printInfo('forward test 2');",
|
|
Backward = "openspace.printInfo('backward test 2');",
|
|
}
|
|
},
|
|
} |