mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2025-05-13 20:21:24 -05:00
Fixed Stacker's speed curve, whoops
This commit is contained in:
@@ -26,7 +26,7 @@ function StackerGame:new()
|
||||
end
|
||||
|
||||
function StackerGame:getSpeed()
|
||||
return 5--20 ^ ((self.row - 4) / 15)
|
||||
return 20 ^ ((self.row - 4) / 15)
|
||||
end
|
||||
|
||||
function StackerGame:getMaxBlockWidth()
|
||||
|
||||
Reference in New Issue
Block a user