added grid.png, .hgignore, made ground green
This commit is contained in:
parent
c252b28e71
commit
26b2ac4864
@ -3,7 +3,7 @@ ag.import("std")
|
|||||||
|
|
||||||
function init_event()
|
function init_event()
|
||||||
ground = std.createPlanePointNormal(0, 0, 0, 0, 0, 1)
|
ground = std.createPlanePointNormal(0, 0, 0, 0, 0, 1)
|
||||||
ground:setColor(0, 0, 1)
|
ground:setColor(0, 1, 0)
|
||||||
|
|
||||||
ag.setCamera(2, -12, 10)
|
ag.setCamera(2, -12, 10)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user