add back removed whitespace

This commit is contained in:
James Diefenbach 2024-09-09 17:36:40 +10:00
parent 3e6e4ebee2
commit f93cf5f0e9

View File

@ -424,6 +424,7 @@ export default class ModifierSelectUiHandler extends AwaitableUiHandler {
} else { } else {
this.cursorObj.setPosition(sliceWidth * (cursor + 1) + (sliceWidth * 0.5) - 16, (-this.scene.game.canvas.height / 12 - this.scene.game.canvas.height / 32) - (-16 + 28 * (this.rowCursor - (this.shopOptionsRows.length - 1)))); this.cursorObj.setPosition(sliceWidth * (cursor + 1) + (sliceWidth * 0.5) - 16, (-this.scene.game.canvas.height / 12 - this.scene.game.canvas.height / 32) - (-16 + 28 * (this.rowCursor - (this.shopOptionsRows.length - 1))));
} }
const type = options[this.cursor].modifierTypeOption.type; const type = options[this.cursor].modifierTypeOption.type;
type && ui.showText(type.getDescription(this.scene)); type && ui.showText(type.getDescription(this.scene));
if (type instanceof TmModifierType) { if (type instanceof TmModifierType) {