Revert "Fixed spawn positions on larger than 10w boards"
This reverts commit dafc113038.
This didn't actually fix the problem, so it's been reverted.
This commit is contained in:
@@ -214,7 +214,7 @@ function Ruleset:initializePiece(
|
|||||||
colours = self.colourscheme
|
colours = self.colourscheme
|
||||||
end
|
end
|
||||||
|
|
||||||
local spawn_x = math.ceil(spawn_positions[data.shape].x * grid.width / 10)
|
local spawn_x = math.floor(spawn_positions[data.shape].x * grid.width / 10)
|
||||||
|
|
||||||
local spawn_dy
|
local spawn_dy
|
||||||
if (config.gamesettings.spawn_positions == 1) then
|
if (config.gamesettings.spawn_positions == 1) then
|
||||||
|
|||||||
Reference in New Issue
Block a user