emoji_dump: Update SIZE to 136x136 to reflect new emoji set.

I'm not entirely sure that this is correct, but it suffices to make
the spritesheet emoji have the right size.
This commit is contained in:
Tim Abbott
2016-09-08 15:16:06 -07:00
parent a4536cca1e
commit 24906f7678

View File

@@ -17,7 +17,7 @@ EMOJI_DUMP_DIR_PATH = os.path.join(ZULIP_PATH, 'var', 'emoji_dump')
EMOJI_DUMP_PATH = lambda p: os.path.join(EMOJI_DUMP_DIR_PATH, p)
AA_SCALE = 8
SIZE = (68, 68)
SIZE = (136, 136)
SPRITE_SIZE = (50, 50)
BIG_SIZE = tuple([x * AA_SCALE for x in SIZE])