mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Double paper item height
This commit is contained in:
parent
4bdd3c809f
commit
46b1b6db1c
1 changed files with 1 additions and 1 deletions
|
|
@ -22941,7 +22941,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
sfx_itpick, // deathsound
|
sfx_itpick, // deathsound
|
||||||
0, // speed
|
0, // speed
|
||||||
48*FRACUNIT, // radius
|
48*FRACUNIT, // radius
|
||||||
32*FRACUNIT, // height
|
64*FRACUNIT, // height
|
||||||
0, // display offset
|
0, // display offset
|
||||||
100, // mass
|
100, // mass
|
||||||
0, // damage
|
0, // damage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue