Update BobFur.java

master
PF94 2020-11-27 20:48:33 -05:00
parent 499f6b5dce
commit 7db8eb3a73
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class BobFur extends Tile
{
protected BobFur(final int id) {
super(id);
this.tex = 80;
this.tex = 32;
//this.setTicking(true);
}