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

8 lines
198 B
Lua

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))
engine.set_color (0., 1., 0.)
end