mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +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)),
|
||||
endDate: new Date(Date.UTC(2024, 8, 15, 0)),
|
||||
bannerFilename: "september-update",
|
||||
xPosition: 26,
|
||||
yPosition: 103,
|
||||
scale: 0.35
|
||||
xPosition: 19,
|
||||
yPosition: 115,
|
||||
scale: 0.30
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user