Purchase delays
This commit is contained in:
@ -9,6 +9,8 @@ from hopper.models.product import Product
|
||||
@dataclass
|
||||
class GameSettings:
|
||||
MOVE_DELAY: float = 0.5 # seconds
|
||||
PURCHASE_START_DELAY: float = 2 # seconds
|
||||
PURCHASE_FINISHED_DELAY: float = 2 # seconds
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user