Cleanup of Tile
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#Autogenerated file. Do not modify.
|
#Autogenerated file. Do not modify.
|
||||||
#Thu Mar 01 23:39:21 EST 2018
|
#Sat Mar 03 18:02:39 EST 2018
|
||||||
version=release
|
version=release
|
||||||
androidBuildCode=318
|
androidBuildCode=320
|
||||||
name=Mindustry
|
name=Mindustry
|
||||||
code=3.4
|
code=3.4
|
||||||
build=custom build
|
build=custom build
|
||||||
|
|||||||
@@ -167,17 +167,6 @@ public class Tile{
|
|||||||
return extra;
|
return extra;
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO fix
|
|
||||||
/*
|
|
||||||
public short getPackedData(){
|
|
||||||
return Bits.packShort(dump, extra);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setPackedData(short data){
|
|
||||||
this.dump = Bits.getLeftByte(data);
|
|
||||||
this.extra = Bits.getRightByte(data);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
public boolean passable(){
|
public boolean passable(){
|
||||||
Block block = block();
|
Block block = block();
|
||||||
Block floor = floor();
|
Block floor = floor();
|
||||||
|
|||||||
Reference in New Issue
Block a user