general stuffs :3

This commit is contained in:
Michał Gdula 2023-06-26 22:40:51 +00:00
parent 54cb3015dc
commit 92a94c66ac
4 changed files with 17 additions and 18 deletions

View file

@ -9,12 +9,12 @@ UPLOAD_EXTENSIONS = ["png", "jpg", "jpeg", "gif", "webp"]
UPLOAD_RESOLUTION = 169
UPLOAD_MAX_SIZE = 3 * 1024 * 1024 # 3MB
GAME_VERSION = "alpha"
GAME_VERSION = "alpha-expo"
GAME_DIFFICULTY = 0
GAME_VERSIONS = {
"alpha": "Alpha",
"alpha-expo": "Alpha (Expo Build)",
"alpha": "Alpha",
}
GAME_DIFFICULTIES = {
0: "Easy - Level 1",