Merge branch 'test' into 'master'
Fix the display of the squirrel emoji on my debian (and maybe all debian distributions) See merge request ynerant/squirrel-battle!22
This commit is contained in:
commit
84eebfd848
|
@ -65,7 +65,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
|
||||||
EMPTY=' ',
|
EMPTY=' ',
|
||||||
WALL='🧱',
|
WALL='🧱',
|
||||||
FLOOR='██',
|
FLOOR='██',
|
||||||
PLAYER='🐿 ️',
|
PLAYER='🐿️ ️',
|
||||||
HEDGEHOG='🦔',
|
HEDGEHOG='🦔',
|
||||||
HEART='💜',
|
HEART='💜',
|
||||||
BOMB='💣',
|
BOMB='💣',
|
||||||
|
|
Loading…
Reference in New Issue