summaryrefslogtreecommitdiffstats
path: root/includes/mapclass.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-29 15:56:37 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-29 15:56:37 -0800
commitf3486222d38d883817fd3e89d3a42475e04a0598 (patch)
tree1261f6de9e1d1f2b7e3d5d0f0b21e062953f34a2 /includes/mapclass.php
parent4d53d57a4e54e4a5f2ab0dcb686149b1a00dde7e (diff)
downloadpathery-f3486222d38d883817fd3e89d3a42475e04a0598.tar.xz
Really rough API code started.
Diffstat (limited to 'includes/mapclass.php')
-rw-r--r--includes/mapclass.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/mapclass.php b/includes/mapclass.php
index 53609a7..ce9dc1b 100644
--- a/includes/mapclass.php
+++ b/includes/mapclass.php
@@ -8,6 +8,7 @@
define("TileType", 0);
define("TileValue", 1);
+//Tile Types
define("TileWall", 'w'); //User-placed-wall.
define("TileEmpty", 'o');
define("TileStart", 's');