(tile (id 36)
(image "wood13.png"))
- (tile (id 37) (image "road_ne.png"))
- (tile (id 38) (image "road_nsw.png"))
- (tile (id 39) (image "road_sw.png"))
- (tile (id 40) (image "road_we.png"))
- (tile (id 41) (image "road_nes.png"))
- (tile (id 42) (image "road_nw.png"))
- (tile (id 43) (image "road_swe.png"))
- (tile (id 44) (image "road_new.png"))
- (tile (id 45) (image "road_nesw.png"))
- (tile (id 46) (image "road_nws.png"))
- (tile (id 47) (image "road_ns.png"))
- (tile (id 48) (image "road_se.png"))
+ (tile (id 37)
+ (image "road_ne.png")
+ (north #t)
+ (south #f)
+ (west #f)
+ (east #t))
-)
+ (tile (id 38)
+ (image "road_nsw.png")
+ (north #t)
+ (south #t)
+ (west #t)
+ (east #f))
+ (tile (id 39)
+ (image "road_sw.png")
+ (north #f)
+ (south #t)
+ (west #t)
+ (east #f))
+ (tile (id 40)
+ (image "road_we.png")
+ (north #f)
+ (south #f)
+ (west #t)
+ (east #t)
+ (stop #f))
+ (tile (id 41)
+ (image "road_nes.png")
+ (north #t)
+ (south #t)
+ (west #f)
+ (east #t))
+ (tile (id 42)
+ (image "road_nw.png")
+ (north #t)
+ (south #f)
+ (west #t)
+ (east #f))
+ (tile (id 43)
+ (image "road_swe.png")
+ (north #f)
+ (south #t)
+ (west #t)
+ (east #t))
+ (tile (id 44)
+ (image "road_new.png")
+ (north #t)
+ (south #f)
+ (west #t)
+ (east #t))
+ (tile (id 45)
+ (image "road_nesw.png")
+ (north #t)
+ (south #t)
+ (west #t)
+ (east #t))
+ (tile (id 46)
+ (image "road_nws.png")
+ (north #t)
+ (south #t)
+ (west #t)
+ (east #f))
+ (tile (id 47)
+ (image "road_ns.png")
+ (north #t)
+ (south #t)
+ (west #f)
+ (east #f)
+ (stop #f))
+ (tile (id 48)
+ (image "road_se.png")
+ (north #f)
+ (south #t)
+ (west #f)
+ (east #t))
+ )
;; EOF ;;