mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 17:39:31 +02:00
Fix typo
This commit is contained in:
parent
b3af6a8a0a
commit
2b7dc32d80
@ -27,7 +27,7 @@ export interface MoveInfoOverlaySettings {
|
|||||||
y?: number;
|
y?: number;
|
||||||
/** Width of the component, unaffected by scaling. Defaults to half the screen width. */
|
/** Width of the component, unaffected by scaling. Defaults to half the screen width. */
|
||||||
width?: number;
|
width?: number;
|
||||||
/* Whether to display the small secondary box */
|
/** Whether to display the small secondary box */
|
||||||
hideEffectBox?: boolean;
|
hideEffectBox?: boolean;
|
||||||
hideBg?: boolean;
|
hideBg?: boolean;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user