Browse Source

[README] Fix example.

master
Lorenzo Cogotti 5 months ago
parent
commit
26daeb7c70
  1. 2
      README.md

2
README.md

@ -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 {

Loading…
Cancel
Save