mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 17:09:02 -06:00
Fixed Stacker's speed curve, whoops
This commit is contained in:
parent
67fdfa56b7
commit
a963cdcf40
@ -26,7 +26,7 @@ function StackerGame:new()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function StackerGame:getSpeed()
|
function StackerGame:getSpeed()
|
||||||
return 5--20 ^ ((self.row - 4) / 15)
|
return 20 ^ ((self.row - 4) / 15)
|
||||||
end
|
end
|
||||||
|
|
||||||
function StackerGame:getMaxBlockWidth()
|
function StackerGame:getMaxBlockWidth()
|
||||||
|
Loading…
Reference in New Issue
Block a user