mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 22:02:18 +02:00
add back removed whitespace
This commit is contained in:
parent
3e6e4ebee2
commit
f93cf5f0e9
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user