v3.0.0: initial adjustment to start scene to give space for 6 slots
This commit is contained in:
@@ -46,7 +46,7 @@ import java.util.ArrayList;
|
|||||||
public class StartScene extends PixelScene {
|
public class StartScene extends PixelScene {
|
||||||
|
|
||||||
private static final int SLOT_WIDTH = 120;
|
private static final int SLOT_WIDTH = 120;
|
||||||
private static final int SLOT_HEIGHT = 30;
|
private static final int SLOT_HEIGHT = 22;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void create() {
|
public void create() {
|
||||||
@@ -139,8 +139,8 @@ public class StartScene extends PixelScene {
|
|||||||
protected void createChildren() {
|
protected void createChildren() {
|
||||||
super.createChildren();
|
super.createChildren();
|
||||||
|
|
||||||
bg = Chrome.get(Chrome.Type.GEM);
|
bg = Chrome.get(Chrome.Type.TOAST_TR);
|
||||||
add( bg);
|
add( bg );
|
||||||
|
|
||||||
name = PixelScene.renderTextBlock(9);
|
name = PixelScene.renderTextBlock(9);
|
||||||
add(name);
|
add(name);
|
||||||
|
|||||||
Reference in New Issue
Block a user