mirror of
https://github.com/love2d/love-android.git
synced 2026-08-15 15:51:20 +02:00
7 lines
166 B
Plaintext
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
|