fixed bug in tests/managed_objects.lua
git-svn-id: svn://anubis/anaglym/trunk@225 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
parent
02f02f6500
commit
a7a21a6370
@ -1,7 +1,7 @@
|
||||
|
||||
function init_event()
|
||||
local crate_texture = ag.loadTexture("checker.jpg")
|
||||
local ground = ag.createPlaneStatic(0, 0, 1, 0)
|
||||
local ground = ag.createPlane(0, 0, 1, 0)
|
||||
ground:setColor(0.2, 1.0, 0.2)
|
||||
ground:setTexture(crate_texture)
|
||||
ag.setCamera(10, -10, 10, 0, 0, 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user