mirror of
https://codeberg.org/1414codeforge/yui.git
synced 2025-04-26 07:38:50 +02:00
[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…
x
Reference in New Issue
Block a user