diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-28 23:08:28 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-28 23:08:28 -0800 |
commit | 60fa55b49e8f4cf8570882b5eb6ad3f9bbb7885b (patch) | |
tree | 92d6c26b01c56bc57147fdaab681c7a713750fdd /pages | |
parent | 303a0b1bcda0550c74dce2cc0f4ba58aa88673fb (diff) | |
download | pathery-60fa55b49e8f4cf8570882b5eb6ad3f9bbb7885b.tar.xz |
Labeled checkpoints and etc in the mapDisplay
Diffstat (limited to 'pages')
-rw-r--r-- | pages/scores.php | 11 |
1 files changed, 0 insertions, 11 deletions
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"};
-
</script>
<body>
|