v3.0.0: initial adjustment to start scene to give space for 6 slots

This commit is contained in:
Evan Debenham
2024-11-13 14:51:07 -05:00
parent cf42b6b9a3
commit d867563d1e

View File

@@ -46,7 +46,7 @@ import java.util.ArrayList;
public class StartScene extends PixelScene {
private static final int SLOT_WIDTH = 120;
private static final int SLOT_HEIGHT = 30;
private static final int SLOT_HEIGHT = 22;
@Override
public void create() {
@@ -139,8 +139,8 @@ public class StartScene extends PixelScene {
protected void createChildren() {
super.createChildren();
bg = Chrome.get(Chrome.Type.GEM);
add( bg);
bg = Chrome.get(Chrome.Type.TOAST_TR);
add( bg );
name = PixelScene.renderTextBlock(9);
add(name);