Files
love-android/assets/testfile.lua~
T
Martin Felis 73d1ceb81d initial commit
2013-12-04 00:34:52 +01:00

7 lines
166 B
Plaintext

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