📄 null.lua
字号:
-- Set up a scene to demo the engine
------------------------------------
-- Function for adding things to the scene
function triggerScene( )
end
function crap(a)
return a
end
-- Function to update the scene
function updateScene( time )
end
-- Function to go forward
function doForward( )
end
-- Function to go backward
function doBackward( )
end
-- Function to go left
function doLeft( )
end
-- Function to go right
function doRight( )
end
-- Function to setup a scene
function resetScene( )
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -