Skip to content

Using the theme system

tavuntu edited this page Jan 9, 2017 · 16 revisions

GÖÖi uses a style object which accepts the following properties:

style = {
	font = gr.newFont("ProggySquare.ttf", 16),
	fgColor = "#FFFFFF",
	bgColor = "#FF8800F0",-- Orange with transparency
	mode3d = true,
	glass = true,
	radius = 3,
	innerRadius = 3
}
gooi.setStyle(style)-- Applies the style
Clone this wiki locally