mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-03 00:12:03 +00:00
fix id24 weapons transparency
This commit is contained in:
parent
fa2f03f60b
commit
f2ecdc5d96
2 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,7 @@ class ID24IncineratorProjectile : Actor // Heatwave Ripper
|
|||
Projectile;
|
||||
+ZDOOMTRANS;
|
||||
+RIPPER;
|
||||
RenderStyle "Add";
|
||||
|
||||
DeathSound "weapons/calamityblade/explode";
|
||||
}
|
||||
|
|
|
@ -76,6 +76,7 @@ class ID24IncineratorFlame : Actor // Incinerator Flame
|
|||
Projectile;
|
||||
+ZDOOMTRANS;
|
||||
+FORCERADIUSDMG;
|
||||
RenderStyle "Add";
|
||||
}
|
||||
|
||||
States
|
||||
|
|
Loading…
Reference in a new issue