mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-23 07:49:36 +02:00
[UI] remove tooltip when exiting starter select screen
This commit is contained in:
parent
2a2fb32a2e
commit
cd1863065b
@ -3659,6 +3659,9 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
StarterPrefs.save(this.starterPreferences);
|
StarterPrefs.save(this.starterPreferences);
|
||||||
this.cursor = -1;
|
this.cursor = -1;
|
||||||
this.hideInstructions();
|
this.hideInstructions();
|
||||||
|
this.activeTooltip = undefined;
|
||||||
|
this.scene.ui.hideTooltip();
|
||||||
|
|
||||||
this.starterSelectContainer.setVisible(false);
|
this.starterSelectContainer.setVisible(false);
|
||||||
this.blockInput = false;
|
this.blockInput = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user