Little bit of maintenance:
* Return the Doom 2 Cast Call to vanilla and simply label Doomguy as Doomguy * Ensure there are TWO canvas textures available for the Plasma Blaster screen * Fix some typos in material shader definitions for Demo-chan's face (oops)
This commit is contained in:
parent
722121e21a
commit
2fe8e0f947
49 changed files with 17 additions and 467 deletions
|
|
@ -57,28 +57,3 @@ Class SWWMVoodooDoll : PlayerPawn
|
|||
Stop;
|
||||
}
|
||||
}
|
||||
|
||||
// for the doom 2 cast
|
||||
Class CastDemolitionist : Actor
|
||||
{
|
||||
Default
|
||||
{
|
||||
DeathSound "demolitionist/death";
|
||||
}
|
||||
States
|
||||
{
|
||||
Spawn:
|
||||
See:
|
||||
ZYX1 ABCDEFGHIJKLMNOP 2;
|
||||
Loop;
|
||||
Missile:
|
||||
ZYX1 A 2;
|
||||
ZYX2 ABCDEF 2;
|
||||
Goto See;
|
||||
Death:
|
||||
ZYX1 A 2;
|
||||
ZYX3 ABCDEFGHIJKLMNOP 2;
|
||||
ZYX3 Q -1;
|
||||
Stop;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue