Don't add any additional space to unicode entities
This commit is contained in:
parent
1684647ea2
commit
2045a57907
|
@ -43,6 +43,6 @@ TexturePack.SQUIRREL_PACK = TexturePack(
|
|||
EMPTY=' ',
|
||||
WALL='██',
|
||||
FLOOR='..',
|
||||
PLAYER='🐿️ ',
|
||||
HEDGEHOG='🦔 ',
|
||||
PLAYER='🐿️',
|
||||
HEDGEHOG='🦔',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue