# HG changeset patch # User Adrianna PiƄska # Date 1315952093 -7200 # Node ID a904c1c55f9223a816ec77ef96092c4e580cce4f # Parent 41e8d4ce3af24078f1c9571598c28b3216a56a29 replaced entrance/exit with arrow; no rotation yet diff -r 41e8d4ce3af2 -r a904c1c55f92 data/tiles/lab/arrow-r.png Binary file data/tiles/lab/arrow-r.png has changed diff -r 41e8d4ce3af2 -r a904c1c55f92 data/tiles/lab/entrance-1.png Binary file data/tiles/lab/entrance-1.png has changed diff -r 41e8d4ce3af2 -r a904c1c55f92 data/tiles/lab/entrance-2.png Binary file data/tiles/lab/entrance-2.png has changed diff -r 41e8d4ce3af2 -r a904c1c55f92 data/tiles/lab/exit-1.png Binary file data/tiles/lab/exit-1.png has changed diff -r 41e8d4ce3af2 -r a904c1c55f92 data/tiles/lab/exit-2.png Binary file data/tiles/lab/exit-2.png has changed diff -r 41e8d4ce3af2 -r a904c1c55f92 data/tiles/lab/flip-arrows.png Binary file data/tiles/lab/flip-arrows.png has changed diff -r 41e8d4ce3af2 -r a904c1c55f92 mamba/sprites.py --- a/mamba/sprites.py Tue Sep 13 23:49:33 2011 +0200 +++ b/mamba/sprites.py Wed Sep 14 00:14:53 2011 +0200 @@ -138,7 +138,7 @@ class EntrySprite(SingleImageTileSprite): - image_name = 'entrance-1' + image_name = 'arrow-r' def __init__(self, direction, **kw): self.direction = direction @@ -146,7 +146,7 @@ class ExitSprite(SingleImageTileSprite): - image_name = 'exit-1' + image_name = 'arrow-r' class PuddleSprite(SingleImageTileSprite): diff -r 41e8d4ce3af2 -r a904c1c55f92 source/svg/tiles/lab/arrow-r.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/source/svg/tiles/lab/arrow-r.svg Wed Sep 14 00:14:53 2011 +0200 @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff -r 41e8d4ce3af2 -r a904c1c55f92 source/svg/tiles/lab/entrance-1.svg --- a/source/svg/tiles/lab/entrance-1.svg Tue Sep 13 23:49:33 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -r 41e8d4ce3af2 -r a904c1c55f92 source/svg/tiles/lab/entrance-2.svg --- a/source/svg/tiles/lab/entrance-2.svg Tue Sep 13 23:49:33 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,128 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff -r 41e8d4ce3af2 -r a904c1c55f92 source/svg/tiles/lab/exit-1.svg --- a/source/svg/tiles/lab/exit-1.svg Tue Sep 13 23:49:33 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,128 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff -r 41e8d4ce3af2 -r a904c1c55f92 source/svg/tiles/lab/exit-2.svg --- a/source/svg/tiles/lab/exit-2.svg Tue Sep 13 23:49:33 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -r 41e8d4ce3af2 -r a904c1c55f92 source/svg/tiles/lab/flip-arrows.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/source/svg/tiles/lab/flip-arrows.svg Wed Sep 14 00:14:53 2011 +0200 @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + +