alargado tiempo final
This commit is contained in:
parent
04fd130ac2
commit
0d97bbafd0
@ -8,13 +8,14 @@ public class Fin extends Menu{
|
|||||||
public int draw(SpriteBatch batch, float delta) {
|
public int draw(SpriteBatch batch, float delta) {
|
||||||
try {
|
try {
|
||||||
Thread.sleep(400);
|
Thread.sleep(400);
|
||||||
Menu.menus.get(BATTLE).draw(batch, delta);
|
Menu.menus.get(BATTLE).draw(batch, 0);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
// TODO Auto-generated catch block
|
// TODO Auto-generated catch block
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
if(contador>1) {
|
if(contador>10) {
|
||||||
Menu.menus.remove(Menu.BATTLE);
|
Menu.menus.remove(Menu.BATTLE);
|
||||||
|
this.contador=0;
|
||||||
return Menu.INICIAL;
|
return Menu.INICIAL;
|
||||||
}else {
|
}else {
|
||||||
contador++;
|
contador++;
|
||||||
|
Loading…
Reference in New Issue
Block a user