v0.4.0: implemented new curses

This commit is contained in:
Evan Debenham
2016-06-11 20:05:11 -04:00
committed by Evan Debenham
parent e94d2b4874
commit 8ec81a0c33
8 changed files with 312 additions and 12 deletions
@@ -61,7 +61,7 @@ public class Fadeleaf extends Plant {
ch.pos = newPos;
ch.sprite.place( ch.pos );
ch.sprite.visible = Dungeon.visible[pos];
ch.sprite.visible = Dungeon.visible[ch.pos];
}