mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-30 17:34:23 +07:00
Cleanup of Tile
This commit is contained in:
parent
827f72f595
commit
70b104c936
@ -1,7 +1,7 @@
|
||||
#Autogenerated file. Do not modify.
|
||||
#Thu Mar 01 23:39:21 EST 2018
|
||||
#Sat Mar 03 18:02:39 EST 2018
|
||||
version=release
|
||||
androidBuildCode=318
|
||||
androidBuildCode=320
|
||||
name=Mindustry
|
||||
code=3.4
|
||||
build=custom build
|
||||
|
@ -167,17 +167,6 @@ public class Tile{
|
||||
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(){
|
||||
Block block = block();
|
||||
Block floor = floor();
|
||||
|
Loading…
Reference in New Issue
Block a user