mirror of
https://github.com/kristoferssolo/2048.git
synced 2026-02-04 05:52:03 +00:00
feat(game): add configs
This commit is contained in:
5
src/py2048/config.py
Normal file
5
src/py2048/config.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class Config:
|
||||
WIDTH = 800
|
||||
HEIGHT = 800
|
||||
FONT_FAMILY = "Roboto"
|
||||
FONT_SIZE = 40
|
||||
Reference in New Issue
Block a user