Updated locking mechanism for Joker
parent
1a573c618c
commit
a9fc3f211d
|
@ -25,6 +25,8 @@ function JokerGame:new()
|
|||
self.lock_drop = true
|
||||
self.lock_hard_drop = true
|
||||
self.enable_hold = false
|
||||
self.instant_soft_drop = false
|
||||
self.instant_hard_drop = true
|
||||
self.next_queue_length = 6
|
||||
end
|
||||
|
||||
|
|
|
@ -28,7 +28,9 @@ function ArcadeScoreAttack:new()
|
|||
self.lock_drop = true
|
||||
self.lock_hard_drop = true
|
||||
self.enable_hard_drop = true
|
||||
self.enable_hold = true
|
||||
self.enable_hold = true
|
||||
self.instant_soft_drop = false
|
||||
self.instant_hard_drop = true
|
||||
self.next_queue_length = 5
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue