mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
update position
This commit is contained in:
@@ -81,7 +81,7 @@ public class MapSprite extends Actor {
|
|||||||
return;
|
return;
|
||||||
batch.draw(texture, getX(), getY());
|
batch.draw(texture, getX(), getY());
|
||||||
if (isCaveDungeon && !isOldorVisited) {
|
if (isCaveDungeon && !isOldorVisited) {
|
||||||
leaf.setPosition(getX() - 5, getY() + 5);
|
leaf.setPosition(getX() - 7, getY() + 7);
|
||||||
leaf.draw(batch, parentAlpha);
|
leaf.draw(batch, parentAlpha);
|
||||||
}
|
}
|
||||||
//font.draw(batch,String.valueOf(getZIndex()),getX()-(getWidth()/2),getY());
|
//font.draw(batch,String.valueOf(getZIndex()),getX()-(getWidth()/2),getY());
|
||||||
|
|||||||
Reference in New Issue
Block a user