v3.2.3: fixed button layout in amulet scene

This commit is contained in:
Evan Debenham
2025-08-31 15:06:54 -04:00
parent 5cd22f6bcd
commit be0c65b35f

View File

@@ -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 );
}