initial commit

This commit is contained in:
Martin Felis
2013-12-04 00:34:52 +01:00
commit 73d1ceb81d
131 changed files with 29964 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
engine.log("logginf from FIIILLLEEEE")
engine.set_color (1., 0., 0.)
function on_touch(x, y)
engine.log ("got touch at " .. tostring(x) .. "," .. tostring(y))
end