v0.3.1: fixed a bug with tag flip changes
This commit is contained in:
parent
00aab9bd2d
commit
fb96f7e2f5
|
@ -413,7 +413,7 @@ public class GameScene extends PixelScene {
|
|||
if (ShatteredPixelDungeon.flipTags()) {
|
||||
scene.log.setRect(scene.attack.width(), scene.toolbar.top(), uiCamera.width - scene.attack.width(), 0);
|
||||
} else {
|
||||
scene.log.setRect(0, scene.toolbar.top(), scene.attack.left(), 0 );
|
||||
scene.log.setRect(0, scene.toolbar.top(), uiCamera.width - scene.attack.width(), 0 );
|
||||
}
|
||||
|
||||
float pos = scene.toolbar.top();
|
||||
|
|
Loading…
Reference in New Issue
Block a user