From 5c76c4160bff16cdd3494736033b427e76d76e73 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 16 Apr 2011 12:54:41 -0700 Subject: 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. --- css/mapstyle.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'css') 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); -- cgit v1.2.3