added grid.png, .hgignore, made ground green

This commit is contained in:
Josh Holtrop 2010-11-10 22:12:30 -05:00
parent c252b28e71
commit 26b2ac4864
3 changed files with 2 additions and 1 deletions

1
.hgignore Normal file
View File

@ -0,0 +1 @@
glob:*.swp

View File

@ -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

BIN
grid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB