This commit is contained in:
frutescens 2024-09-27 17:16:08 -07:00
parent fea6677855
commit b6bd05f2ac

View File

@ -216,7 +216,6 @@ export default class SaveSlotSelectUiHandler extends MessageUiHandler {
setCursor(cursor: integer): boolean {
const changed = super.setCursor(cursor);
console.log(cursor);
if (!this.cursorObj) {
this.cursorObj = this.scene.add.container(0, 0);