mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-09 18:43:45 +00:00
Update z_magic_fire rectangle to be based on screen size (#2521)
This commit is contained in:
parent
123a9352e0
commit
3152557b49
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ void MagicFire_Draw(Actor* thisx, PlayState* play) {
|
|||
(u8)(s32)(120 * this->screenTintIntensity));
|
||||
gDPSetAlphaDither(POLY_XLU_DISP++, G_AD_DISABLE);
|
||||
gDPSetColorDither(POLY_XLU_DISP++, G_CD_DISABLE);
|
||||
gDPFillRectangle(POLY_XLU_DISP++, 0, 0, 319, 239);
|
||||
gDPFillRectangle(POLY_XLU_DISP++, 0, 0, SCREEN_WIDTH - 1, SCREEN_HEIGHT - 1);
|
||||
Gfx_SetupDL_25Xlu(play->state.gfxCtx);
|
||||
gDPSetPrimColor(POLY_XLU_DISP++, 0, 128, 255, 200, 0, (u8)(this->alphaMultiplier * 255));
|
||||
gDPSetEnvColor(POLY_XLU_DISP++, 255, 0, 0, (u8)(this->alphaMultiplier * 255));
|
||||
|
|
Loading…
Add table
Reference in a new issue