summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2011-04-16 12:54:41 -0700
committerPatrick Davison <snapwilliam@gmail.com>2011-04-16 12:54:41 -0700
commit5c76c4160bff16cdd3494736033b427e76d76e73 (patch)
treef4d9c5e45792d62cccfb9336b450aaae610b38ab /css
parent6a834c3db575118a20da1276e372a5edf66ac81d (diff)
downloadpathery-5c76c4160bff16cdd3494736033b427e76d76e73.tar.xz
Findtiles function added.
Now used to; locate start locations and teleport out's. Fixes involving the use of randomly placed start locations. Added tile "q" for blank spaces - for use in oddly shaped maps.
Diffstat (limited to 'css')
-rw-r--r--css/mapstyle.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/mapstyle.css b/css/mapstyle.css
index 77a8089..b090dc7 100644
--- a/css/mapstyle.css
+++ b/css/mapstyle.css
@@ -86,7 +86,7 @@
margin: 0px;
}
.grid_td,
-.grid_td_rocks, .grid_td_walls,
+.grid_td_rocks, .grid_td_blanks, .grid_td_walls,
.grid_td_start, .grid_td_finish,
.grid_td_cpa, .grid_td_cpb, .grid_td_cpc,
.grid_td_cpd, .grid_td_cpe,
@@ -130,6 +130,9 @@
.grid_td_rocks {
background: #b85555 url(../images/OverlayTileFaceted50.png);
}
+.grid_td_blanks {
+ background: inherit;
+}
.grid_td_walls {
background-color: #777;
background: url(../images/OverlayTileFaceted50.png);