button.create(r, g, b, x, y, width, height, r2,g2,b2, font, text, x1, y1)
--[[
r }
g } --- This is setting the background color NOTE: Love and lua both use RGB scale
b }
x }
y }--- x and y are setting the placement of the background
width }--- width and height are how wide and tall the background will be
height }
r }
g }--- This is setting the font color NOTE: Love and lua both use RGB scale
b }
font -- This is setting the font style
text }
x2 } -- This is setting the Text Properties
y2 }
]]