v0.3.2: added in a painter for the rot garden with some basic sprites

This commit is contained in:
Evan Debenham
2015-10-10 19:52:48 -04:00
parent 2b8a65b529
commit 23cb08406a
9 changed files with 392 additions and 1 deletions
@@ -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;