mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-08 20:22:38 +01:00
Тест
This commit is contained in:
parent
8a92fdf3dd
commit
c2930947da
@ -63,7 +63,7 @@ local function dieBirdDie()
|
||||
end
|
||||
|
||||
local function generateColumn()
|
||||
local yFreeZone = math.random(config.columnPipeHeight + 1, buffer.screen.height - config.columnPipeHeight - config.columnFreeSpace)
|
||||
local yFreeZone = math.random(config.columnPipeHeight + 2, buffer.screen.height - config.columnPipeHeight - config.columnFreeSpace)
|
||||
table.insert(columns, {x = buffer.screen.width - 1, yFreeZone = yFreeZone})
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user