v0.6.1: Burned tiles now stitch with chasms, fixed offcolor prison wall chasm stitch tiles
This commit is contained in:
parent
9763e7e6e8
commit
82f58507e7
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue
Block a user