Increase bot move delay again
This commit is contained in:
parent
0e3d242ec6
commit
2d5e149ba9
@ -3,7 +3,7 @@ local chessbot = {}
|
|||||||
local realchess = xdecor.chess
|
local realchess = xdecor.chess
|
||||||
|
|
||||||
-- Delay in seconds for a bot moving a piece (excluding choosing a promotion)
|
-- Delay in seconds for a bot moving a piece (excluding choosing a promotion)
|
||||||
local BOT_DELAY_MOVE = 0.2
|
local BOT_DELAY_MOVE = 1.0
|
||||||
-- Delay in seconds for a bot promoting a piece
|
-- Delay in seconds for a bot promoting a piece
|
||||||
local BOT_DELAY_PROMOTE = 1.0
|
local BOT_DELAY_PROMOTE = 1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user