mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-10 18:12:46 +00:00
Scale Adventure Air Booster centerpiece from its center
This commit is contained in:
parent
99908c0700
commit
5e70a5b8e7
2 changed files with 2 additions and 1 deletions
|
|
@ -16876,7 +16876,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
sfx_None, // deathsound
|
||||
0, // speed
|
||||
50*FRACUNIT, // radius
|
||||
100*FRACUNIT, // height
|
||||
2*FRACUNIT, // height
|
||||
0, // dispoffset
|
||||
0, // mass
|
||||
0, // damage
|
||||
|
|
|
|||
|
|
@ -214,4 +214,5 @@ void Obj_AdventureAirBoosterFuse(mobj_t *mobj)
|
|||
mobj->destscale = mobj->movefactor;
|
||||
ghost->destscale = mobj->movefactor * 8;
|
||||
ghost->scalespeed = mobj->movefactor;
|
||||
ghost->height = mobj->height;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue