v0.3.2: added in a painter for the mass grave room
This commit is contained in:
@@ -68,7 +68,12 @@ public class Room extends Rect implements Graph.Node, Bundlable {
|
||||
POOL ( PoolPainter.class ),
|
||||
RAT_KING ( RatKingPainter.class ),
|
||||
WEAK_FLOOR ( WeakFloorPainter.class ),
|
||||
PIT ( PitPainter.class );
|
||||
PIT ( PitPainter.class ),
|
||||
|
||||
//prison quests
|
||||
MASS_GRAVE ( MassGravePainter.class ),
|
||||
ROT_GARDEN ( StandardPainter.class ),
|
||||
RITUAL_SITE ( StandardPainter.class );
|
||||
|
||||
private Method paint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user