mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-23 15:59:26 +02:00
eslint..
This commit is contained in:
parent
508569c79a
commit
a840bdccfa
@ -223,7 +223,7 @@ export default class SaveSlotSelectUiHandler extends MessageUiHandler {
|
||||
const rightArrow = this.scene.add.image(0, 0, "cursor");
|
||||
rightArrow.setPosition(160, 0);
|
||||
rightArrow.setName("rightArrow");
|
||||
this.cursorObj.add([cursorBox, rightArrow]);
|
||||
this.cursorObj.add([ cursorBox, rightArrow ]);
|
||||
this.sessionSlotsContainer.add(this.cursorObj);
|
||||
}
|
||||
const cursorPosition = cursor + this.scrollCursor;
|
||||
|
Loading…
Reference in New Issue
Block a user