v0.6.1: Burned tiles now stitch with chasms, fixed offcolor prison wall chasm stitch tiles

This commit is contained in:
Evan Debenham 2017-07-16 01:28:50 -04:00 committed by Evan Debenham
parent 9763e7e6e8
commit 82f58507e7
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -121,6 +121,7 @@ public class DungeonTileSheet {
//floor
chasmStitcheable.put( Terrain.EMPTY, CHASM_FLOOR );
chasmStitcheable.put( Terrain.GRASS, CHASM_FLOOR );
chasmStitcheable.put( Terrain.EMBERS, CHASM_FLOOR );
chasmStitcheable.put( Terrain.EMPTY_WELL, CHASM_FLOOR );
chasmStitcheable.put( Terrain.HIGH_GRASS, CHASM_FLOOR );
chasmStitcheable.put( Terrain.EMPTY_DECO, CHASM_FLOOR );