Skip to content

Instantly share code, notes, and snippets.

--# Main
displayMode(OVERLAY)
displayMode(FULLSCREEN)
supportedOrientations(WIDTH)
function setup()
-- Settings
@TokOut
TokOut / gist:a27a422ac7d80b5985ba
Last active December 19, 2015 15:19
starwars
function setup()
supportedOrientations(WIDTH)
displayMode(OVERLAY)
displayMode(FULLSCREEN)
y = 0
x = WIDTH/2
s = 50
z = 0.75
function setup()
displayMode(FULLSCREEN)
--[[
text("I can't develop good pictures, but I am young!", WIDTH/2, HEIGHT-75)
text("Developed with translate, ellipse, line, blendMode and rect.", WIDTH/2, HEIGHT-100)
text("This is an starship with an universal background.", WIDTH/2, HEIGHT-125)
text("So there was one time a starship which was called " .. '"' .. "Arda" .. '"', WIDTH/2, HEIGHT-150)
text("The owner of the Ship is Eras, he was a nice person, till", WIDTH/2, HEIGHT-175)
@TokOut
TokOut / Calculator.lua
Created December 16, 2015 15:43
Codes to download
--# Main
usedPi = false
isNumber1 = true
number = 0
number2 = 0
drawing = true
answernumber = 0
mute = true