mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 07:29:30 +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;
|
||||
|
||||
// prepare move overlay. in case it appears to be too big, set the overlayScale to .5
|
||||
const overlayScale = 1;
|
||||
|
||||
// prepare move overlay
|
||||
this.moveInfoOverlay = new MoveInfoOverlay({
|
||||
top: true,
|
||||
x: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user