[README] Fix example.

This commit is contained in:
Lorenzo Cogotti 2022-11-06 18:10:16 +01:00
parent 11aacba7ed
commit 26daeb7c70
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function love.load()
local x = math.floor((love.graphics.getWidth() - w) / 2)
local y = math.floor((love.graphics.getHeight() - h) / 2)
ui = yui.Ui.new {
ui = yui.Ui:new {
x = x, y = y,
yui.Rows {