v0.3.0: added sprite emitter functionality to item sprites in all cases
This commit is contained in:
@@ -188,7 +188,10 @@ public class Heap implements Bundlable {
|
||||
}
|
||||
|
||||
if (sprite != null) {
|
||||
sprite.view( image(), glowing() );
|
||||
if (type == Type.HEAP || type == Type.FOR_SALE)
|
||||
sprite.view( item );
|
||||
else
|
||||
sprite.view( image(), glowing() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user