Skip to content

Instantly share code, notes, and snippets.

@dntoshio
dntoshio / Shooting Things v8
Created February 4, 2012 01:51
Shooting things v8
-- Use this function to perform your initial setup
function setup()
    print("Hello World!")
    displayMode(FULLSCREEN)
end
tap = false