Rocket Launcher has been added, and with that (and a couple more tweaks) this mod is ready for the public beta stage (as soon as coelckers/gzdoom#495 is merged).

This commit is contained in:
Marisa the Magician 2018-05-30 14:21:15 +02:00
commit 0a7587a19f
11 changed files with 316 additions and 39 deletions

View file

@ -98,8 +98,8 @@ Class PulseBall : Actor
PROJECTILE;
Scale 0.2;
Speed 30;
Radius 4;
Height 4;
Radius 2;
Height 0;
}
override void PostBeginPlay()
{