mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Merge pull request #55 from Vermilingua/forest
Forest now fits the scene
This commit is contained in:
+1
-1
@@ -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: '#',
|
||||||
|
|||||||
Reference in New Issue
Block a user