Revert "Increase shop options row limit"

This reverts commit ed8e7e3af1.
This commit is contained in:
innerthunder 2024-10-06 22:15:50 -07:00
parent 48b00c3c96
commit a515b9bfca

View File

@ -16,7 +16,7 @@ import { ShopCursorTarget } from "#app/enums/shop-cursor-target";
import { IntegerHolder } from "./../utils";
import Phaser from "phaser";
export const SHOP_OPTIONS_ROW_LIMIT = 7;
export const SHOP_OPTIONS_ROW_LIMIT = 6;
export default class ModifierSelectUiHandler extends AwaitableUiHandler {
private modifierContainer: Phaser.GameObjects.Container;