This commit is contained in:
NightKev 2025-07-28 14:56:46 -07:00
parent b3af6a8a0a
commit 2b7dc32d80

View File

@ -27,7 +27,7 @@ export interface MoveInfoOverlaySettings {
y?: number;
/** Width of the component, unaffected by scaling. Defaults to half the screen width. */
width?: number;
/* Whether to display the small secondary box */
/** Whether to display the small secondary box */
hideEffectBox?: boolean;
hideBg?: boolean;
}