1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-06-16 18:29:58 +00:00

I must remember to remove debug options...

This commit is contained in:
LDDestroier 2020-09-03 22:16:59 -04:00 committed by GitHub
parent c599e1e7ff
commit 5595998d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ local game = {
appearanceDelay = 0.05, -- amount of time to wait after placing a piece appearanceDelay = 0.05, -- amount of time to wait after placing a piece
config = { config = {
TGMlock = false, -- replicate the piece locking from Tetris: The Grand Master TGMlock = false, -- replicate the piece locking from Tetris: The Grand Master
scrubMode = true, -- gives you nothing but I-pieces scrubMode = false, -- gives you nothing but I-pieces
}, },
control = { -- client's control scheme control = { -- client's control scheme
moveLeft = keys.left, -- shift left moveLeft = keys.left, -- shift left