inicio personajes y partida
This commit is contained in:
@@ -20,6 +20,7 @@ public abstract class Menu {
|
||||
static final int FHD=2;
|
||||
static final int INICIAL=0;
|
||||
static final int OPCIONES=1;
|
||||
static final int BATTLE=2;
|
||||
int local;
|
||||
static int resolution;
|
||||
BitmapFont font;
|
||||
@@ -29,13 +30,14 @@ public abstract class Menu {
|
||||
this.position=0;
|
||||
this.pres=true;
|
||||
font = new BitmapFont(Gdx.files.internal("CentieSans.fnt"));
|
||||
selector = new Gifs("125760.png", 14, 39, 49, 15, 40, 40);
|
||||
selector = new Gifs("iconos.png", 14, 39, 49, 15, 40, 40, false);
|
||||
}
|
||||
|
||||
abstract public int draw(SpriteBatch batch, float delta);
|
||||
|
||||
void dispose() {
|
||||
public void dispose() {
|
||||
font.dispose();
|
||||
selector.dispose();
|
||||
}
|
||||
|
||||
int cambiarSeleccionado() {
|
||||
|
||||
Reference in New Issue
Block a user