1
0
Fork 0

Fixed tooltip sometimes being shown after mouse left the button

This commit is contained in:
Michaël Lemaire 2017-02-17 01:16:47 +01:00
parent 47224c630f
commit af7e8edc5c
2 changed files with 1 additions and 1 deletions

1
TODO
View file

@ -1,6 +1,5 @@
* Ensure that tweens and particle emitters get destroyed once animation is done (or view changes)
* Highlight ships that will be included as target of current action
* Fix action tooltip sometimes not being hidden when the mouse goes out of action icon
* Do not focus on ship while targetting for area effects (dissociate hover and target)
* Active effects are not enough visible in ship list (maybe better in arena ?)
* Discrete power display, instead of the continuous power bar

View file

@ -33,6 +33,7 @@ module TS.SpaceTac.UI {
});
obj.onInputDown.add(() => {
prevententer();
holdstart = new Date();
enternext = Timer.global.schedule(holdtime, enter);
});