Lots of work on lua call interface, also improved makefiles
This commit is contained in:
@@ -22,3 +22,7 @@ function engio.move(actor, place, action, xyz, facing)
|
||||
dprint("engio.move ", action, " ", xyz[1], " ", xyz[2], " ", xyz[3])
|
||||
tangible.animate(actor, nil, {action=action, xyz=xyz, facing=facing})
|
||||
end
|
||||
|
||||
function engio.printhi(a1, a2, a3, a4, a5)
|
||||
pprint("Hi there", a1, a2, a3, a4, a5)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user