v0.3.1: added in new trap sprites (no shading yet), added descriptions to existing traps

This commit is contained in:
Evan Debenham
2015-06-22 19:35:18 -04:00
parent f4898d903b
commit 9f02a93500
12 changed files with 93 additions and 21 deletions
@@ -28,7 +28,7 @@ public class WndInfoTrap extends WndTitledMessage {
public WndInfoTrap(Trap trap) {
super(new TrapSprite( trap.image + (((Dungeon.depth-1) / 5) * 8) ), trap.name, trap.desc());
super(new TrapSprite( trap.color + (trap.shape * 16) ), trap.name, trap.desc());
}