mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +00:00
brak barrier is scaled up by 2x in gameplay, the actual object's parameters should be halved
This commit is contained in:
parent
23449b58ed
commit
67f65961d2
1 changed files with 2 additions and 2 deletions
|
|
@ -6458,8 +6458,8 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
S_NULL, // xdeathstate
|
S_NULL, // xdeathstate
|
||||||
sfx_fizzle, // deathsound
|
sfx_fizzle, // deathsound
|
||||||
10*FRACUNIT, // speed
|
10*FRACUNIT, // speed
|
||||||
48*FRACUNIT, // radius
|
24*FRACUNIT, // radius
|
||||||
160*FRACUNIT, // height
|
80*FRACUNIT, // height
|
||||||
0, // display offset
|
0, // display offset
|
||||||
DMG_ELECTRIC, // mass
|
DMG_ELECTRIC, // mass
|
||||||
1, // damage
|
1, // damage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue