v0.3.1: added in logic for the proper display of inactive traps
This commit is contained in:
committed by
Evan Debenham
parent
5fd3d94ca2
commit
9b13c3f01e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user