From ae5c6c5800f39ef169986e59e69b43241ccf3902 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Fri, 25 Jan 2013 00:26:07 -0800 Subject: Added missing files, deleted some old files. --- pages/howtoplay.php | 127 ---------------------------------------------------- 1 file changed, 127 deletions(-) delete mode 100644 pages/howtoplay.php (limited to 'pages/howtoplay.php') diff --git a/pages/howtoplay.php b/pages/howtoplay.php deleted file mode 100644 index 8c9f2f5..0000000 --- a/pages/howtoplay.php +++ /dev/null @@ -1,127 +0,0 @@ - - - -"; -//echo displaymap($map, 0, true); - -//Demo nothing. -$basicmapcode = '6x3.c0.r0.w9.t0.:0s.4f.0s.4f.0s.4f.'; -$basicmap = displaymap(GenerateMapByCode($basicmapcode), 1, 'example'); - -//Map Demoing the checkpoints -$cpcode = "6x3.c5.r0.w9.t0.:0s.0a.2b.0f.0s.1e.2f.0s.0d.2c.0f."; -$cpmap = displaymap(GenerateMapByCode($cpcode), 2, 'example'); - -//Map Demoing the teleports -$tpcode = "6x3.c0.r0.w5.t4.:0s.0n.2t.0f.0s.4f.0s.0u.2m.0f."; -$tpmap = displaymap(GenerateMapByCode($tpcode), 3, 'example'); - -?> - -
- - - - - - - -
- - - - -- cgit v1.2.3