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=' ',
|
EMPTY=' ',
|
||||||
WALL='██',
|
WALL='██',
|
||||||
FLOOR='..',
|
FLOOR='..',
|
||||||
PLAYER='🐿️ ',
|
PLAYER='🐿️',
|
||||||
HEDGEHOG='🦔 ',
|
HEDGEHOG='🦔',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user