From 60fa55b49e8f4cf8570882b5eb6ad3f9bbb7885b Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 28 Feb 2013 23:08:28 -0800 Subject: Labeled checkpoints and etc in the mapDisplay --- pages/scores.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'pages/scores.php') diff --git a/pages/scores.php b/pages/scores.php index 8797c36..37ef45c 100644 --- a/pages/scores.php +++ b/pages/scores.php @@ -261,17 +261,6 @@ function removeMapFromNav(mapID) { $("#thumb_"+mapID).hide('fast', function(){ $("#thumb_"+mapID).remove(); }); } -var Tile = {"Wall" : "w", -"Empty" : "o", -"Start" : "o", -"Finish" : "o", -"Checkpoint" : "o", -"TileRock" : "o", -"TeleportIn" : "o", -"TeleportOut" : "o", -"Unbuildable" : "o", -"SinglePath" : "o"}; - -- cgit v1.2.3