Don't add any additional space to unicode entities

This commit is contained in:
Yohann D'ANELLO 2020-11-10 22:07:03 +01:00
parent 1684647ea2
commit 2045a57907
1 changed files with 2 additions and 2 deletions

View File

@ -43,6 +43,6 @@ TexturePack.SQUIRREL_PACK = TexturePack(
EMPTY=' ',
WALL='██',
FLOOR='..',
PLAYER='🐿️ ',
HEDGEHOG='🦔 ',
PLAYER='🐿️',
HEDGEHOG='🦔',
)