projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7124d68
)
small backport from 0.1.3
author
Marek Moeckel
<wansti@gmx.de>
Fri, 1 Jul 2005 22:58:38 +0000
(22:58 +0000)
committer
Marek Moeckel
<wansti@gmx.de>
Fri, 1 Jul 2005 22:58:38 +0000
(22:58 +0000)
SVN-Revision: 2671
data/images/worldmap.strf
patch
|
blob
|
history
diff --git
a/data/images/worldmap.strf
b/data/images/worldmap.strf
index
7c2498f
..
ba7519d
100644
(file)
--- a/
data/images/worldmap.strf
+++ b/
data/images/worldmap.strf
@@
-328,4
+328,13
@@
(south #f)
(west #t)
(east #f))
+
+;; Yet another invisible one
+(tile (id 72)
+ (image "road_e.png")
+ (stop #t)
+ (north #f)
+ (south #f)
+ (west #t)
+ (east #t))
)