Skip to content

Commit

Permalink
Fix the sauos one
Browse files Browse the repository at this point in the history
  • Loading branch information
balt-dev committed Nov 5, 2023
1 parent e6e7207 commit 596b75a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/custom/wreckings-stuff.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
},
{
"name": "text_sauosolewbiye",
"sprite": "text_sauosolewbiye",
"sprite": "text_simplyavoidusageofsequencesoflexiconelementswithbabaisyouequivalents",
"tiling": "-1",
"color": [
"0",
Expand All @@ -397,11 +397,11 @@
},
{
"name": "sauosolewbiye",
"sprite": "sauosolewbiye",
"sprite": "simplyavoidusageofsequencesoflexiconelementswithbabaisyouequivalents",
"tiling": "0",
"color": [
"0",
"3"
]
}
]
]
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

TIMEOUT_DURATION = 20

MAX_TILE_SIZE = 5 * DEFAULT_SPRITE_SIZE
MAX_TILE_SIZE = 15 * DEFAULT_SPRITE_SIZE
MAX_IMAGE_SIZE = (33 * DEFAULT_SPRITE_SIZE * 2, 18 * DEFAULT_SPRITE_SIZE * 2)

NEWLINE = "\n"
Expand Down

0 comments on commit 596b75a

Please sign in to comment.