mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 13:39:02 -06:00
Made ARE canceling less slippery
This commit is contained in:
parent
e38da49180
commit
e100289c82
@ -285,7 +285,7 @@ function GameMode:processDelays(inputs, ruleset, drop_speed)
|
|||||||
inputs["rotate_left"] or inputs["rotate_left2"] or
|
inputs["rotate_left"] or inputs["rotate_left2"] or
|
||||||
inputs["rotate_right"] or inputs["rotate_right2"] or
|
inputs["rotate_right"] or inputs["rotate_right2"] or
|
||||||
inputs["rotate_180"]) then
|
inputs["rotate_180"]) then
|
||||||
self.are = 0
|
self.are = 1
|
||||||
end
|
end
|
||||||
if self.are == 0 then
|
if self.are == 0 then
|
||||||
self:initializeOrHold(inputs, ruleset)
|
self:initializeOrHold(inputs, ruleset)
|
||||||
|
Loading…
Reference in New Issue
Block a user