changeset 268:01c21e4f2997

Hook up tunnel image.
author Simon Cross <hodgestar@gmail.com>
date Thu, 15 Sep 2011 13:17:10 +0200
parents 1e8dca95c48a
children adaaea7a8fef
files mamba/sprites.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/sprites.py	Thu Sep 15 12:54:16 2011 +0200
+++ b/mamba/sprites.py	Thu Sep 15 13:17:10 2011 +0200
@@ -220,7 +220,7 @@
 
 
 class TunnelSprite(DirectionalTile):
-    image_name = 'arrow-r'
+    image_name = 'tunnel-r'
     name = 'tunnel entrance'
     tileset = 'lab'