diff options
Diffstat (limited to 'pages/mapeditor.php')
-rw-r--r-- | pages/mapeditor.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/mapeditor.php b/pages/mapeditor.php index 4d395c4..e93ac17 100644 --- a/pages/mapeditor.php +++ b/pages/mapeditor.php @@ -348,9 +348,12 @@ function constructTiles(width, height, baseMap) { <?PHP $tilesArray = array( + //: q? 's', 's2', 'f', 'p', 'space', - 'r', 'r2', 'o', 'q', 'x', 'x2', + 'x', 'x2', + 'space', + 'r', 'r2', 'r3', 'o', 'space', 'c', 'c2', 'c3', 'c4', 'c5', 'space', |