v0.3.1: added in logic for the proper display of inactive traps

This commit is contained in:
Evan Debenham
2015-08-14 03:29:45 -04:00
committed by Evan Debenham
parent 5fd3d94ca2
commit 9b13c3f01e
11 changed files with 60 additions and 19 deletions
@@ -74,7 +74,7 @@ public class TrapSprite extends Image {
revive();
reset( trap.color + (trap.shape * 16) );
reset( (trap.active ? trap.color : BLACK) + (trap.shape * 16) );
alpha( 1f );
pos = trap.pos;