Merge pull request #55 from Vermilingua/forest

Forest now fits the scene
This commit is contained in:
Michael Townsend
2013-10-15 07:40:32 -07:00
+1 -1
View File
@@ -7,7 +7,7 @@ var World = {
IRON_MINE: 'I',
COAL_MINE: 'C',
SULPHUR_MINE: 'S',
FOREST: 'T',
FOREST: ';',
FIELD: ',',
BARRENS: '.',
ROAD: '#',