Reduce boss brain radius to match GZDoom's.
This commit is contained in:
parent
acb434bb9a
commit
64f2dc13e9
2 changed files with 6 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2.19 \cu(Sun 8 May 23:26:23 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.2.19 \cu(2022-05-08 23:26:23)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2.19 \cu(Fri 13 May 19:41:33 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.2.19 \cu(2022-05-13 19:41:33)\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