Visual tweaks

This commit is contained in:
Anuken
2020-01-14 17:07:39 -05:00
parent 373b842c3d
commit eaa86023f9
14 changed files with 543 additions and 539 deletions

View File

@@ -242,6 +242,10 @@ public abstract class Unit extends DestructibleEntity implements SaveTrait, Targ
return tile == null ? (Floor)Blocks.air : tile.floor();
}
public @Nullable Tile tileOn(){
return world.tileWorld(x, y);
}
public void onRespawn(Tile tile){
}