Update README.md
Added example background, border and padding to group widget
This commit is contained in:
parent
66cba587ba
commit
ebf0b1fc69
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Quickie is an [immediate mode gui][IMGUI] library for [LÖVE][LOVE]. Initial
|
|||
gui.group.pop{}
|
||||
|
||||
if menu_open.demo then
|
||||
gui.group{grow = "down", pos = {200, 80}, function()
|
||||
gui.group{grow = "down", pos = {200, 80}, pad = 10, border = true, bkg = true, function()
|
||||
love.graphics.setFont(fonts[20])
|
||||
gui.Label{text = "Widgets"}
|
||||
love.graphics.setFont(fonts[12])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue