1
0
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:
Ross Newcome 2019-02-22 15:05:08 -05:00 committed by GitHub
parent 80ac9aa954
commit 2ee83ea4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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