mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 15:29:01 -06:00
New IRS and IHS settings
This commit is contained in:
parent
d7318ab082
commit
63d86e3e6d
@ -31,6 +31,8 @@ function MarathonC89Game:new()
|
|||||||
self.enable_hold = false
|
self.enable_hold = false
|
||||||
self.next_queue_length = 1
|
self.next_queue_length = 1
|
||||||
self.additive_gravity = false
|
self.additive_gravity = false
|
||||||
|
|
||||||
|
self.irs = false
|
||||||
end
|
end
|
||||||
|
|
||||||
function MarathonC89Game:getDropSpeed() return 1/2 end
|
function MarathonC89Game:getDropSpeed() return 1/2 end
|
||||||
|
@ -36,6 +36,9 @@ function Race40Game:new()
|
|||||||
self.instant_soft_drop = false
|
self.instant_soft_drop = false
|
||||||
self.enable_hold = true
|
self.enable_hold = true
|
||||||
self.next_queue_length = 3
|
self.next_queue_length = 3
|
||||||
|
|
||||||
|
self.irs = false
|
||||||
|
self.ihs = false
|
||||||
end
|
end
|
||||||
|
|
||||||
function Race40Game:getDropSpeed()
|
function Race40Game:getDropSpeed()
|
||||||
|
Loading…
Reference in New Issue
Block a user