[README] Fix example.
This commit is contained in:
parent
11aacba7ed
commit
26daeb7c70
|
@ -19,7 +19,7 @@ function love.load()
|
||||||
local x = math.floor((love.graphics.getWidth() - w) / 2)
|
local x = math.floor((love.graphics.getWidth() - w) / 2)
|
||||||
local y = math.floor((love.graphics.getHeight() - h) / 2)
|
local y = math.floor((love.graphics.getHeight() - h) / 2)
|
||||||
|
|
||||||
ui = yui.Ui.new {
|
ui = yui.Ui:new {
|
||||||
x = x, y = y,
|
x = x, y = y,
|
||||||
|
|
||||||
yui.Rows {
|
yui.Rows {
|
||||||
|
|
Loading…
Reference in New Issue