v0.3.0: some refactoring to item sprites to better use an item as a parameter
This commit is contained in:
@@ -341,7 +341,7 @@ public class Toolbar extends Component {
|
||||
}
|
||||
|
||||
public void reset( Item item, float dstX, float dstY ) {
|
||||
view( item.image(), item.glowing() );
|
||||
view( item );
|
||||
|
||||
active =
|
||||
visible =
|
||||
|
||||
Reference in New Issue
Block a user