small docs fix

someone is watching me
This commit is contained in:
Robert Jelic
2022-09-10 21:02:56 +02:00
parent 859303e7a1
commit 3ca6ac5af0

View File

@@ -29,8 +29,8 @@ local anim = main:addAnimation()
:setObject(sub)
:move(2,4,1.5)
:setObject(button)
:move(2,9,1,1.5):
setObject(button2)
:move(2,9,1,1.5)
:setObject(button2)
:move(sub:getWidth()-12,9,1,1.5)
:play()