Skip to content

Instantly share code, notes, and snippets.

-- Don't Click Me!
task.create(function()
while true do
msleep(math.random(1000,10000))
local x = math.random(display.width)
local y = math.random(display.height)
display.circle(x,y,24,COLOR.BLACK,COLOR.BLACK)
display.circle(x,y,20,COLOR.RED,COLOR.RED)
@davidmilligan
davidmilligan / silent.c
Created June 18, 2016 21:19
FRSP Bulb Merged
/** Silent pictures **/
#include <module.h>
#include <dryos.h>
#include <bmp.h>
#include <menu.h>
#include <config.h>
#include <property.h>
#include <raw.h>
#include <shoot.h>