v0.3.0b: improved item emitter effects, should be more efficient and less buggy
This commit is contained in:
@@ -33,6 +33,7 @@ public class DiscardedItemSprite extends ItemSprite {
|
||||
public void drop() {
|
||||
scale.set( 1 );
|
||||
am = 1;
|
||||
if (emitter != null) emitter.killAndErase();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user