10 lines
162 B
Lua
10 lines
162 B
Lua
|
|
ag.import("std")
|
|
|
|
function init_event()
|
|
ground = std.createPlanePointNormal(0, 0, 0, 0, 0, 1)
|
|
ground:setColor(0, 1, 0)
|
|
|
|
ag.setCamera(2, -12, 10)
|
|
end
|