This commit is contained in:
Igor Timofeev 2016-03-30 10:09:26 +03:00
parent 389e0770d0
commit bc04616e8e
3 changed files with 11 additions and 3 deletions

View File

@ -285,3 +285,5 @@ end

View File

@ -300,4 +300,10 @@ function floppyBlock()
return 0
end
end
floppyBlock()
floppyBlock()

View File

@ -465,7 +465,7 @@ function buffer.draw(force)
--Если хоть что-то изменилось, то начинаем работу
if somethingIsChanged or force then
gpu.setBackground(buffer.screen.current[index]])
gpu.setBackground(buffer.screen.current[index]])
gpu.setForeground(buffer.screen.current[indexPlus1])
gpu.set(x, y, buffer.screen.current[indexPlus2])
@ -501,7 +501,7 @@ function buffer.draw(force)
-- 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
x = x + 1