v0.3.0: fixed chilled visuals showing on invisible enemies
This commit is contained in:
parent
3f1043e4b9
commit
448b716fd3
|
@ -347,6 +347,9 @@ public class CharSprite extends MovieClip implements Tweener.Listener, MovieClip
|
|||
if (iceBlock != null) {
|
||||
iceBlock.visible = visible;
|
||||
}
|
||||
if (chilled != null) {
|
||||
chilled.visible = visible;
|
||||
}
|
||||
if (sleeping) {
|
||||
showSleep();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user