mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 08:11:44 +02:00
initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user