Update to v0.7
This commit is contained in:
parent
ea2ddb8554
commit
8199924808
4 changed files with 4 additions and 6 deletions
|
@ -67,7 +67,6 @@ public class Effect {
|
|||
//region Static methods
|
||||
|
||||
public static Effect[] getEffects() {
|
||||
// TODO Load effects
|
||||
return new Effect[] {
|
||||
new Effect("vanish"),
|
||||
new Effect("waterdrop"),
|
||||
|
|
|
@ -77,9 +77,8 @@ public class MoneyBuyBand extends Table {
|
|||
confirmButton.addListener(new ChangeListener() {
|
||||
@Override
|
||||
public void changed(ChangeEvent event, Actor actor) {
|
||||
if (toBuy != null) {
|
||||
if (toBuy != null)
|
||||
toBuy.performBuy();
|
||||
}
|
||||
showCurrentMoney();
|
||||
hideBuyButtons();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue