From: Stephen Groundwater Date: Wed, 20 Jul 2005 03:07:58 +0000 (+0000) Subject: wip- forest worldmap X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=722291ccee26be40b99dad0fa9296a98ac84f0bb;p=supertux.git wip- forest worldmap SVN-Revision: 2734 --- diff --git a/data/images/sprites.strf b/data/images/sprites.strf index 780db695e..2703a26e9 100644 --- a/data/images/sprites.strf +++ b/data/images/sprites.strf @@ -1331,7 +1331,10 @@ (y-offset 0) (images "creatures/kugelblitz/flying-0.png" "creatures/kugelblitz/flying-1.png" - "creatures/kugelblitz/flying-2.png")) + "creatures/kugelblitz/flying-2.png" + "creatures/kugelblitz/flying-3.png" + "creatures/kugelblitz/flying-4.png" + "creatures/kugelblitz/flying-5.png")) (action (name "pop") diff --git a/data/images/tiles/worldmap/forest/brdg_l.png b/data/images/tiles/worldmap/forest/brdg_l.png new file mode 100644 index 000000000..d85b316ce Binary files /dev/null and b/data/images/tiles/worldmap/forest/brdg_l.png differ diff --git a/data/images/tiles/worldmap/forest/brdg_lb.png b/data/images/tiles/worldmap/forest/brdg_lb.png new file mode 100644 index 000000000..0b54f091f Binary files /dev/null and b/data/images/tiles/worldmap/forest/brdg_lb.png differ diff --git a/data/images/tiles/worldmap/forest/brdg_lt.png b/data/images/tiles/worldmap/forest/brdg_lt.png new file mode 100644 index 000000000..8fbc12bac Binary files /dev/null and b/data/images/tiles/worldmap/forest/brdg_lt.png differ diff --git a/data/images/tiles/worldmap/forest/brdg_r.png b/data/images/tiles/worldmap/forest/brdg_r.png new file mode 100644 index 000000000..471eea9a6 Binary files /dev/null and b/data/images/tiles/worldmap/forest/brdg_r.png differ diff --git a/data/images/tiles/worldmap/forest/brdg_rb.png b/data/images/tiles/worldmap/forest/brdg_rb.png new file mode 100644 index 000000000..87b7bd023 Binary files /dev/null and b/data/images/tiles/worldmap/forest/brdg_rb.png differ diff --git a/data/images/tiles/worldmap/forest/gosht_wood.png b/data/images/tiles/worldmap/forest/gosht_wood.png deleted file mode 100644 index df121fa96..000000000 Binary files a/data/images/tiles/worldmap/forest/gosht_wood.png and /dev/null differ diff --git a/data/images/tiles/worldmap/forest/ground.png b/data/images/tiles/worldmap/forest/ground.png index 67d2f550f..92c5e883d 100644 Binary files a/data/images/tiles/worldmap/forest/ground.png and b/data/images/tiles/worldmap/forest/ground.png differ diff --git a/data/images/tiles/worldmap/forest/path.png b/data/images/tiles/worldmap/forest/path.png index e634dbabb..160bca3b3 100644 Binary files a/data/images/tiles/worldmap/forest/path.png and b/data/images/tiles/worldmap/forest/path.png differ diff --git a/data/images/tiles/worldmap/forest/path_es.png b/data/images/tiles/worldmap/forest/path_es.png new file mode 100644 index 000000000..ee3e45255 Binary files /dev/null and b/data/images/tiles/worldmap/forest/path_es.png differ diff --git a/data/images/tiles/worldmap/forest/path_ne.png b/data/images/tiles/worldmap/forest/path_ne.png new file mode 100644 index 000000000..e1a7237ba Binary files /dev/null and b/data/images/tiles/worldmap/forest/path_ne.png differ diff --git a/data/images/tiles/worldmap/forest/path_nes.png b/data/images/tiles/worldmap/forest/path_nes.png new file mode 100644 index 000000000..64e420295 Binary files /dev/null and b/data/images/tiles/worldmap/forest/path_nes.png differ diff --git a/data/images/tiles/worldmap/forest/path_v.png b/data/images/tiles/worldmap/forest/path_v.png new file mode 100644 index 000000000..0e8ce9ddc Binary files /dev/null and b/data/images/tiles/worldmap/forest/path_v.png differ diff --git a/data/images/tiles/worldmap/forest/path_wes.png b/data/images/tiles/worldmap/forest/path_wes.png new file mode 100644 index 000000000..4d1a6a237 Binary files /dev/null and b/data/images/tiles/worldmap/forest/path_wes.png differ diff --git a/data/images/tiles/worldmap/forest/path_wn.png b/data/images/tiles/worldmap/forest/path_wn.png new file mode 100644 index 000000000..ada0188f9 Binary files /dev/null and b/data/images/tiles/worldmap/forest/path_wn.png differ diff --git a/data/images/tiles/worldmap/forest/path_wne.png b/data/images/tiles/worldmap/forest/path_wne.png new file mode 100644 index 000000000..c5ace660f Binary files /dev/null and b/data/images/tiles/worldmap/forest/path_wne.png differ diff --git a/data/images/tiles/worldmap/forest/path_wns.png b/data/images/tiles/worldmap/forest/path_wns.png new file mode 100644 index 000000000..4986d8b70 Binary files /dev/null and b/data/images/tiles/worldmap/forest/path_wns.png differ diff --git a/data/images/tiles/worldmap/forest/path_ws.png b/data/images/tiles/worldmap/forest/path_ws.png new file mode 100644 index 000000000..a120443df Binary files /dev/null and b/data/images/tiles/worldmap/forest/path_ws.png differ diff --git a/data/images/worldmap.strf b/data/images/worldmap.strf index d00f166c5..f53af89a4 100644 --- a/data/images/worldmap.strf +++ b/data/images/worldmap.strf @@ -354,9 +354,9 @@ (east #f)) (tile (id 75) (images "tiles/worldmap/forest/path.png") - (stop #t) - (north #t) - (south #t) + (stop #f) + (north #f) + (south #f) (west #t) (east #t)) (tile (id 76) @@ -373,4 +373,116 @@ (south #f) (west #f) (east #f)) +(tile (id 78) + (images "tiles/worldmap/forest/path_v.png") + (stop #f) + (north #t) + (south #t) + (west #f) + (east #f)) +(tile (id 79) + (images "tiles/worldmap/forest/path_wns.png") + (stop #t) + (north #t) + (south #t) + (west #t) + (east #t)) +(tile (id 80) + (images "tiles/worldmap/forest/path_nes.png") + (stop #t) + (north #t) + (south #t) + (west #f) + (east #t)) +(tile (id 81) + (images "tiles/worldmap/forest/path_wn.png") + (stop #f) + (north #t) + (south #f) + (west #t) + (east #f)) +(tile (id 82) + (images "tiles/worldmap/forest/path_ne.png") + (stop #f) + (north #t) + (south #f) + (west #f) + (east #t)) +(tile (id 83) + (images "tiles/worldmap/forest/path_es.png") + (stop #f) + (north #f) + (south #t) + (west #f) + (east #t)) +(tile (id 84) + (images "tiles/worldmap/forest/path_wn.png") + (stop #f) + (north #t) + (south #f) + (west #t) + (east #f)) +(tile (id 85) + (images "tiles/worldmap/forest/path_wns.png") + (stop #t) + (north #t) + (south #t) + (west #t) + (east #f)) +(tile (id 86) + (images "tiles/worldmap/forest/path_wes.png") + (stop #t) + (north #f) + (south #t) + (west #t) + (east #t)) +(tile (id 87) + (images "tiles/worldmap/forest/path_wne.png") + (stop #t) + (north #t) + (south #f) + (west #t) + (east #t)) +(tile (id 88) + (images "tiles/worldmap/forest/path_ws.png") + (stop #f) + (north #f) + (south #t) + (west #t) + (east #f)) +(tile (id 89) + (images "tiles/worldmap/forest/brdg_l.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) +(tile (id 90) + (images "tiles/worldmap/forest/brdg_r.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) +(tile (id 91) + (images "tiles/worldmap/forest/brdg_lt.png") + (stop #f) + (north #f) + (south #f) + (west #f) + (east #f)) +(tile (id 92) + (images "tiles/worldmap/forest/brdg_rb.png") + (stop #f) + (north #f) + (south #f) + (west #f) + (east #f)) +(tile (id 93) + (images "tiles/worldmap/forest/brdg_lb.png") + (stop #f) + (north #f) + (south #f) + (west #f) + (east #f)) ) diff --git a/data/levels/world2/worldmap.stwm b/data/levels/world2/worldmap.stwm index e1a073d8e..b9493ab39 100644 --- a/data/levels/world2/worldmap.stwm +++ b/data/levels/world2/worldmap.stwm @@ -19,37 +19,37 @@ 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 73 73 74 74 74 74 74 74 74 74 73 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 73 74 74 74 74 74 74 74 74 74 73 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 73 74 74 74 74 74 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 74 74 74 74 74 74 74 74 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 74 74 74 74 74 74 75 74 74 74 73 74 74 74 74 74 75 74 74 74 74 74 74 74 74 74 74 74 74 75 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 74 75 75 75 75 75 75 74 74 74 73 74 74 74 74 74 75 74 74 74 74 74 74 74 74 74 74 74 74 75 74 74 74 74 74 74 77 77 77 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 74 75 74 74 74 74 74 74 74 74 73 73 74 74 74 74 75 74 74 74 74 74 77 74 74 74 74 74 74 75 74 77 77 77 77 77 77 77 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 74 75 74 74 74 74 74 74 74 74 74 73 74 74 74 74 75 74 74 74 74 74 77 77 74 74 74 74 77 75 76 76 76 76 76 76 76 76 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 74 75 74 74 74 74 74 74 74 74 74 73 74 74 74 74 75 74 74 74 77 74 77 77 74 74 74 74 77 77 77 77 77 77 77 77 77 76 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 74 75 74 74 74 74 74 74 74 74 74 73 74 74 74 74 75 74 74 77 77 77 77 77 77 77 74 74 77 77 77 77 77 77 77 77 77 76 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 74 75 74 74 74 74 74 74 74 74 73 73 74 74 74 74 75 74 74 77 77 77 77 77 77 77 74 77 77 77 77 77 77 77 77 77 77 76 77 77 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 74 75 74 74 74 74 74 74 74 74 73 74 74 74 74 74 75 74 74 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 73 73 74 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 74 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 75 75 75 75 74 74 74 74 74 74 74 74 73 74 74 74 74 77 76 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 77 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 74 73 74 74 74 77 77 76 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 73 73 74 74 77 77 77 76 76 76 76 76 76 76 76 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 73 74 74 74 77 77 77 76 77 77 77 77 77 77 76 77 77 77 77 77 77 77 77 76 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 73 74 74 74 77 77 77 76 77 77 77 77 77 77 76 77 77 77 77 77 77 77 77 76 77 77 76 76 76 77 77 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 73 74 74 74 74 77 77 76 77 77 77 77 77 77 76 77 77 77 77 77 77 77 77 76 76 76 76 77 76 77 77 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 73 74 74 74 74 77 77 76 77 77 77 77 77 77 76 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 73 74 74 74 74 74 77 76 77 77 77 77 77 77 76 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 73 74 74 74 74 74 74 75 74 77 77 77 77 77 76 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 75 75 75 75 75 75 75 75 75 75 74 74 74 74 75 74 74 77 77 77 77 76 76 76 76 76 76 76 76 76 76 76 76 76 76 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 73 74 74 74 74 74 74 75 74 74 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 73 73 74 74 74 74 74 75 74 74 77 77 77 77 77 77 77 77 77 74 74 75 74 77 77 77 77 77 77 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 74 73 74 74 74 74 74 75 74 74 77 77 77 77 77 74 74 74 74 74 74 75 74 74 77 77 77 77 77 77 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 74 73 73 74 74 74 74 75 74 74 74 77 74 77 74 74 74 74 74 74 74 75 74 74 77 77 77 77 77 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 74 74 74 74 74 74 74 74 74 73 74 74 74 74 75 74 74 74 74 74 74 74 74 74 74 74 74 74 75 74 74 74 74 77 77 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 74 74 74 74 74 77 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 74 74 74 74 74 74 74 74 74 74 73 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 74 74 74 74 74 74 74 74 74 74 73 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 -73 73 74 74 74 74 74 74 74 74 74 74 74 74 74 73 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 73 73 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 73 74 74 74 74 74 74 74 74 74 91 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 73 74 74 74 74 74 83 75 75 75 89 90 75 75 75 75 86 75 75 75 75 75 75 75 75 75 75 75 75 88 74 74 74 74 74 74 74 74 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 74 74 74 74 74 74 78 74 74 74 93 92 74 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 74 83 75 75 75 75 84 74 74 74 74 74 74 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 74 74 74 74 77 77 77 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 74 78 74 74 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 74 74 74 77 74 74 74 74 74 74 78 74 77 77 77 77 77 77 77 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 74 78 74 74 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 74 74 74 77 77 74 74 74 74 77 82 76 76 76 76 76 76 76 76 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 74 78 74 74 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 74 77 74 77 77 74 74 74 74 77 77 77 77 77 77 77 77 77 76 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 74 78 74 74 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 77 77 77 77 77 77 77 74 74 77 77 77 77 77 77 77 77 77 76 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 74 78 74 74 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 77 77 77 77 77 77 77 74 77 77 77 77 77 77 77 77 77 77 76 77 77 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 74 78 74 74 74 74 74 74 74 91 74 74 74 74 74 74 78 74 74 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 77 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 73 74 80 75 75 75 75 75 75 75 89 90 75 75 75 75 75 85 74 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 75 75 75 79 74 74 74 74 74 74 74 93 92 74 74 74 74 77 76 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 77 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 77 77 76 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 77 77 77 76 76 76 76 76 76 76 76 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 77 77 77 76 77 77 77 77 77 77 76 77 77 77 77 77 77 77 77 76 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 77 77 77 76 77 77 77 77 77 77 76 77 77 77 77 77 77 77 77 76 77 77 76 76 76 77 77 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 77 77 76 77 77 77 77 77 77 76 77 77 77 77 77 77 77 77 76 76 76 76 77 76 77 77 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 77 77 76 77 77 77 77 77 77 76 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 74 77 76 77 77 77 77 77 77 76 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 91 74 74 74 74 74 74 74 78 74 77 77 77 77 77 76 77 77 77 77 77 77 77 77 77 77 77 77 77 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 80 75 75 75 75 75 75 89 90 75 75 74 74 74 74 78 74 74 77 77 77 77 76 76 76 76 76 76 76 76 76 76 76 76 76 76 76 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 93 92 74 74 74 74 74 74 78 74 74 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 77 77 77 77 77 77 77 77 77 74 74 78 74 77 77 77 77 77 77 77 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 77 77 77 77 77 74 74 74 74 74 74 78 74 74 77 77 77 77 77 77 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 74 77 74 77 74 74 74 74 74 74 74 78 74 74 77 77 77 77 77 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 78 74 74 74 74 74 74 74 74 91 74 74 74 74 74 78 74 74 74 74 74 74 74 74 74 74 74 74 74 78 74 74 74 74 77 77 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 73 74 74 82 75 75 75 75 75 75 75 75 89 90 75 75 75 75 87 75 75 75 75 75 75 75 75 75 75 75 75 75 81 74 74 74 74 74 77 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 74 74 74 74 74 74 74 74 74 93 92 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 +73 73 74 74 73 74 74 74 74 74 74 74 74 74 74 73 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 74 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73