mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-09 04:32:38 +01:00
Cyka
This commit is contained in:
parent
d65fc9ad5a
commit
ede6233643
@ -252,6 +252,9 @@ local xPos, yPos = math.floor(xSize / 2 - width / 2), ySize
|
||||
local oldPixels = rememberOldPixels(xPos, ySize - height + 1, xPos + width - 1, ySize)
|
||||
|
||||
if args[1] == "-a" then
|
||||
yPos = ySize - height + 1
|
||||
drawKeyboard(xPos, yPos)
|
||||
else
|
||||
for i = 1, height do
|
||||
if i == height then animation = true end
|
||||
drawKeyboard(xPos, yPos)
|
||||
@ -260,9 +263,6 @@ if args[1] == "-a" then
|
||||
end
|
||||
yPos = yPos + 1
|
||||
animation = true
|
||||
else
|
||||
yPos = ySize - height + 1
|
||||
drawKeyboard(xPos, yPos)
|
||||
end
|
||||
|
||||
while true do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user