mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-22 03:59:21 +01:00
1233
This commit is contained in:
parent
389e0770d0
commit
bc04616e8e
@ -285,3 +285,5 @@ end
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -301,3 +301,9 @@ function floppyBlock()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
floppyBlock()
|
floppyBlock()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -501,7 +501,7 @@ function buffer.draw(force)
|
|||||||
-- table.insert(buffer.screen.changes[buffer.screen.current[indexPlus1]][buffer.screen.current[index]], table.concat(massiv))
|
-- table.insert(buffer.screen.changes[buffer.screen.current[indexPlus1]][buffer.screen.current[index]], table.concat(massiv))
|
||||||
|
|
||||||
--Смещаемся по иксу вправо
|
--Смещаемся по иксу вправо
|
||||||
x = x + #massiv - 1
|
-- x = x + #massiv - 1
|
||||||
end
|
end
|
||||||
|
|
||||||
x = x + 1
|
x = x + 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user