mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 17:20:09 -06:00
Modified ScriptManager to decouple adding libraries from registering libraries Allowing ScriptManager to register libraries to other lua states as well
5 lines
74 B
Lua
5 lines
74 B
Lua
return {
|
|
W = function() print("w") end,
|
|
S = function() print("s") end
|
|
}
|