mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 16:09:27 +02:00
Fixed unused scale parameter
This commit is contained in:
parent
157df79403
commit
b9c42bfaea
@ -323,9 +323,7 @@ export class PartyUiHandler extends MessageUiHandler {
|
|||||||
|
|
||||||
this.partyDiscardModeButton = partyDiscardModeButton;
|
this.partyDiscardModeButton = partyDiscardModeButton;
|
||||||
|
|
||||||
// prepare move overlay. in case it appears to be too big, set the overlayScale to .5
|
// prepare move overlay
|
||||||
const overlayScale = 1;
|
|
||||||
|
|
||||||
this.moveInfoOverlay = new MoveInfoOverlay({
|
this.moveInfoOverlay = new MoveInfoOverlay({
|
||||||
top: true,
|
top: true,
|
||||||
x: 1,
|
x: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user