mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
better scaling
This commit is contained in:
parent
e80bf53993
commit
c772056399
@ -25,9 +25,9 @@ const timedEvents: TimedEvent[] = [
|
|||||||
startDate: new Date(Date.UTC(2024, 7, 28, 0)),
|
startDate: new Date(Date.UTC(2024, 7, 28, 0)),
|
||||||
endDate: new Date(Date.UTC(2024, 8, 15, 0)),
|
endDate: new Date(Date.UTC(2024, 8, 15, 0)),
|
||||||
bannerFilename: "september-update",
|
bannerFilename: "september-update",
|
||||||
xPosition: 26,
|
xPosition: 19,
|
||||||
yPosition: 103,
|
yPosition: 115,
|
||||||
scale: 0.35
|
scale: 0.30
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user