v0.3.2: added in a painter for the rot garden with some basic sprites
This commit is contained in:
@@ -72,7 +72,7 @@ public class Room extends Rect implements Graph.Node, Bundlable {
|
||||
|
||||
//prison quests
|
||||
MASS_GRAVE ( MassGravePainter.class ),
|
||||
ROT_GARDEN ( StandardPainter.class ),
|
||||
ROT_GARDEN ( RotGardenPainter.class ),
|
||||
RITUAL_SITE ( RitualSitePainter.class );
|
||||
|
||||
private Method paint;
|
||||
|
||||
Reference in New Issue
Block a user