mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 23:02:19 +02:00
Update src/ui/move-info-overlay.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
9c7f6020d5
commit
ef8696fd5b
@ -15,9 +15,11 @@ export interface MoveInfoOverlaySettings {
|
|||||||
//location and width of the component; unaffected by scaling
|
//location and width of the component; unaffected by scaling
|
||||||
x?: number;
|
x?: number;
|
||||||
y?: number;
|
y?: number;
|
||||||
width?: number; // default is always half the screen, regardless of scale
|
/** Default is always half the screen, regardless of scale */
|
||||||
hideEffectBox?: boolean; // whether or not the small secondary box should be shown
|
width?: number;
|
||||||
hideBg?: boolean; // whether to hide the window background
|
/** Determines whether to display the small secondary box */
|
||||||
|
hideEffectBox?: boolean;
|
||||||
|
hideBg?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
const EFF_HEIGHT = 48;
|
const EFF_HEIGHT = 48;
|
||||||
|
Loading…
Reference in New Issue
Block a user