1
0
Fork 0

Fixed action bar "working" icon not spinning

This commit is contained in:
Michaël Lemaire 2017-01-17 23:46:14 +01:00
parent e87272e920
commit 3ac51adb19
2 changed files with 1 additions and 2 deletions

1
TODO
View file

@ -1,7 +1,6 @@
* Floor movement power usage, and show it on the displayed line
* Add auto-move to attack
* Re-style cancel button and allow to cancel by clicking the action again
* Fix "thinking" icon in actionbar not rotating
* Add equipment info (or summary) in ship tooltip
* Handle effects overflowing ship tooltip when too numerous
* Mobile: display tooltips on hold

View file

@ -83,7 +83,7 @@ module SpaceTac.View {
this.icon_waiting.anchor.set(0.5, 0.5);
this.icon_waiting.scale.set(0.5, 0.5);
game.add.existing(this.icon_waiting);
game.tweens.create(this.icon_waiting).to({ "angle": 360 }, 3000).repeat(-1).start();
game.tweens.create(this.icon_waiting).to({ "angle": 360 }, 3000).loop().start();
// Start processing the battle log
this.log_processor = new LogProcessor(this);