From 7ba49277a99699198b392c32b208430cc9f3139b Mon Sep 17 00:00:00 2001 From: eichhornchen Date: Fri, 11 Dec 2020 15:52:36 +0100 Subject: [PATCH] Added a symbol for hazels in the ascii texturepack --- squirrelbattle/display/texturepack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squirrelbattle/display/texturepack.py b/squirrelbattle/display/texturepack.py index 93b6047..a6ec3af 100644 --- a/squirrelbattle/display/texturepack.py +++ b/squirrelbattle/display/texturepack.py @@ -63,7 +63,7 @@ TexturePack.ASCII_PACK = TexturePack( BOMB='o', EMPTY=' ', FLOOR='.', - HAZELNUT='', + HAZELNUT='¤', HEART='❤', HEDGEHOG='*', MERCHANT='M',