Skip to content

Instantly share code, notes, and snippets.

@Circussmith
Circussmith / gist:7450391
Created November 13, 2013 14:56
Grid button
--# Button
Button = class()
function Button:init()
-- you can accept and set parameters here
btnTab = {}
txt = false
chBtn = false
self.btnSize = vec2(102,77)