Skip to content

Using the theme system

tavuntu edited this page Jan 8, 2017 · 16 revisions

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

style = {
	font = gr.newFont(fontDir.."ProggySquare.ttf", 16),
	fgColor = "#ffffff",
	bgColor = "#25AAE1F0",
	mode3d = true,
	glass = true,
	radius = 3,
	innerRadius = 3
}
gooi.setStyle(style)-- Applies the style
Clone this wiki locally