diff --git a/dungeonbattle/display/texturepack.py b/dungeonbattle/display/texturepack.py index fcd2435..adb1d49 100644 --- a/dungeonbattle/display/texturepack.py +++ b/dungeonbattle/display/texturepack.py @@ -43,6 +43,6 @@ TexturePack.SQUIRREL_PACK = TexturePack( EMPTY=' ', WALL='██', FLOOR='..', - PLAYER='🐿️ ', - HEDGEHOG='🦔 ', + PLAYER='🐿️', + HEDGEHOG='🦔', )