mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 05:49:32 +02:00
change name set to update
This commit is contained in:
parent
d73fe9a998
commit
b147c05851
@ -250,7 +250,7 @@ export default class ModifierSelectUiHandler extends AwaitableUiHandler {
|
|||||||
duration: 250
|
duration: 250
|
||||||
});
|
});
|
||||||
|
|
||||||
const setCursorTarget = () => {
|
const updateCursorTarget = () => {
|
||||||
if (this.scene.shopCursorTarget === ShopCursorTarget.CHECK_TEAM) {
|
if (this.scene.shopCursorTarget === ShopCursorTarget.CHECK_TEAM) {
|
||||||
this.setRowCursor(0);
|
this.setRowCursor(0);
|
||||||
this.setCursor(2);
|
this.setCursor(2);
|
||||||
@ -260,11 +260,11 @@ export default class ModifierSelectUiHandler extends AwaitableUiHandler {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
setCursorTarget();
|
updateCursorTarget();
|
||||||
|
|
||||||
handleTutorial(this.scene, Tutorial.Select_Item).then((res) => {
|
handleTutorial(this.scene, Tutorial.Select_Item).then((res) => {
|
||||||
if (res) {
|
if (res) {
|
||||||
setCursorTarget();
|
updateCursorTarget();
|
||||||
}
|
}
|
||||||
this.awaitingActionInput = true;
|
this.awaitingActionInput = true;
|
||||||
this.onActionInput = args[2];
|
this.onActionInput = args[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user