mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Update HilbertSandTrap.lua
This commit is contained in:
parent
80ac9aa954
commit
2ee83ea4d6
@ -148,7 +148,7 @@ pattern =
|
||||
}
|
||||
-- Tile map in X direction
|
||||
local function ribbon(x, y)
|
||||
--local abs_x = math.abs(x)
|
||||
local abs_x = math.abs(x)
|
||||
local abs_y = math.abs(y)
|
||||
return (abs_y < 40)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user