v3.2.3: fixed button layout in amulet scene
This commit is contained in:
@@ -147,7 +147,7 @@ public class AmuletScene extends PixelScene {
|
||||
align(text);
|
||||
add(text);
|
||||
|
||||
btnExit.setPos( insets.left + (w - btnExit.width()) / 2, amulet.y + amulet.height + LARGE_GAP );
|
||||
btnExit.setPos( insets.left + (w - btnExit.width()) / 2, text.top() + text.height() + LARGE_GAP );
|
||||
btnStay.setPos( btnExit.left(), btnExit.bottom() + SMALL_GAP );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user