diff --git a/README.md b/README.md index 734202c..5d70de6 100644 --- a/README.md +++ b/README.md @@ -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])