Skip to content

Instantly share code, notes, and snippets.

@Override
public void draw() {
this.sprite.getTexture().bind();
//double w = this.width/32;
//double h = this.height/32; // we should do the same for height.
double row = this.sprite.getsY();
double col = this.sprite.getsX();