@@ -1,13 +1,11 @@
-
function init()
+ print("Lua Init called.")
end
function shutdown()
+ print("Lua Shutdown called.")
-function render(dt)
+function update(dt)
+ print("Lua Update called.")