pagefaultgames / pokerogue

A browser based Pokémon fangame heavily inspired by the roguelite genre.
https://pokerogue.net
GNU Affero General Public License v3.0
4.44k stars 1.79k forks source link

Camera zoom breaks certain effects #450

Closed Scepty-SSB closed 2 months ago

Scepty-SSB commented 5 months ago

Having certain large pokemon on the field (such as G-Max Blastoise) causes the camera to zoom out. This is presumably intended, but causes several visual problems, including the Moonblast background effect not taking up the entire screen and new pokemon sprites popping in on the side of the screen and then sliding to their usual location rather than sliding in from offscreen.

flx-sta commented 2 months ago

can't repo beta (28c5dc6b59cd363c1dff55550bcaa620e7e29dda)


Used overrides

const overrides = {
  STARTER_SPECIES_OVERRIDE: Species.BLASTOISE,
  STARTER_FORM_OVERRIDES: { [Species.BLASTOISE]: 2 },
} satisfies Partial<InstanceType<typeof DefaultOverrides>>;