mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 16:29:27 +02:00
argh
This commit is contained in:
parent
fea6677855
commit
b6bd05f2ac
@ -216,7 +216,6 @@ export default class SaveSlotSelectUiHandler extends MessageUiHandler {
|
|||||||
|
|
||||||
setCursor(cursor: integer): boolean {
|
setCursor(cursor: integer): boolean {
|
||||||
const changed = super.setCursor(cursor);
|
const changed = super.setCursor(cursor);
|
||||||
console.log(cursor);
|
|
||||||
|
|
||||||
if (!this.cursorObj) {
|
if (!this.cursorObj) {
|
||||||
this.cursorObj = this.scene.add.container(0, 0);
|
this.cursorObj = this.scene.add.container(0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user