clocks
This commit is contained in:
parent
80d7ebf7eb
commit
cedb02e77e
5 changed files with 110 additions and 90 deletions
|
|
@ -4,6 +4,8 @@ import pydantic
|
|||
class Config(pydantic.BaseModel):
|
||||
screen_width: int = 800
|
||||
screen_height: int = 600
|
||||
fps: int = 60
|
||||
day_length: int = 60 * 1000
|
||||
|
||||
BLACK: tuple[int] = (0, 0, 0)
|
||||
WHITE: tuple[int] = (255, 255, 255)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue