Reduce boss brain radius to match GZDoom's.
This commit is contained in:
parent
fffad9435d
commit
522384b93f
2 changed files with 6 additions and 4 deletions
|
|
@ -206,6 +206,7 @@ Class SWWMBossBrainPain : Actor
|
|||
Default
|
||||
{
|
||||
RenderStyle "Add";
|
||||
Scale .8;
|
||||
Radius .1;
|
||||
Height 0.;
|
||||
}
|
||||
|
|
@ -285,8 +286,9 @@ Class SWWMBossBrain : BossBrain
|
|||
Default
|
||||
{
|
||||
Tag "$FN_BOSSBRAIN";
|
||||
Radius 20;
|
||||
Height 40;
|
||||
Scale .8;
|
||||
Radius 16;
|
||||
Height 32;
|
||||
+NOBLOOD;
|
||||
}
|
||||
States
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue