mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
35b646c4e6
This reverts commit 1e4bad8c6b
.
9 lines
No EOL
242 B
Python
Executable file
9 lines
No EOL
242 B
Python
Executable file
import MinigameGlobals
|
|
|
|
INITIAL_ROUND_LENGTH = 2
|
|
ROUND_LENGTH_INCREMENT = 2
|
|
NUM_ROUNDS = 4
|
|
InputTime = 10
|
|
TOONTOWN_WORK = 1
|
|
ClientsReadyTimeout = 5 + MinigameGlobals.latencyTolerance
|
|
InputTimeout = InputTime + MinigameGlobals.latencyTolerance |