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
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r63 \cu(Sun 8 May 23:28:16 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r63 \cu(2022-05-08 23:28:16)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r64 \cu(Mon 9 May 10:28:20 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r64 \cu(2022-05-09 10:28:20)\c-";
|
||||
|
|
|
|||
|
|
@ -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