Changed oil extractor sprite
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 268 B |
Binary file not shown.
|
After Width: | Height: | Size: 638 B |
@@ -1,5 +1,5 @@
|
||||
#Autogenerated file. Do not modify.
|
||||
#Tue Mar 13 01:15:39 EDT 2018
|
||||
#Tue Mar 13 11:22:58 EDT 2018
|
||||
version=release
|
||||
androidBuildCode=479
|
||||
name=Mindustry
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
package io.anuke.mindustry.world.blocks.types.production;
|
||||
|
||||
import io.anuke.mindustry.world.blocks.types.LiquidBlock;
|
||||
|
||||
public class LiquidMixer extends LiquidBlock{
|
||||
|
||||
public LiquidMixer(String name) {
|
||||
super(name);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user