diff --git a/Basalt/main.lua b/Basalt/main.lua index dd378d6..b530f14 100644 --- a/Basalt/main.lua +++ b/Basalt/main.lua @@ -515,6 +515,9 @@ basalt = { stop = stop, stopUpdate = stop, + getTerm = function() + return baseTerm + end, isKeyDown = function(key) if(activeKey[key]==nil)then return false end