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', IRON_MINE: 'I',
COAL_MINE: 'C', COAL_MINE: 'C',
SULPHUR_MINE: 'S', SULPHUR_MINE: 'S',
FOREST: 'T', FOREST: ';',
FIELD: ',', FIELD: ',',
BARRENS: '.', BARRENS: '.',
ROAD: '#', ROAD: '#',