Completed Chainsaw. Added some extra visual effects. Made various particle effects actor-based.

Removed key replacement classes, turns out this breaks maps.
This commit is contained in:
Marisa the Magician 2018-05-26 20:44:31 +02:00
commit eb6c8e1c35
190 changed files with 831 additions and 166 deletions

View file

@ -570,27 +570,27 @@ PulseLight "UTGoldKeyLight"
Interval 2.0
Offset 0 16 0
}
Object "UTRedSkull"
Object "RedSkull"
{
Frame "USKL" { light "UTRedKeyLight" }
Frame "RSKU" { light "UTRedKeyLight" }
}
Object "UTBlueSkull"
Object "BlueSkull"
{
Frame "USKL" { light "UTBlueKeyLight" }
Frame "BSKU" { light "UTBlueKeyLight" }
}
Object "UTGoldSkull"
Object "YellowSkull"
{
Frame "USKL" { light "UTGoldKeyLight" }
Frame "YSKU" { light "UTGoldKeyLight" }
}
Object "UTRedKey"
Object "RedCard"
{
Frame "UKEY" { light "UTRedKeyLight" }
Frame "RKEY" { light "UTRedKeyLight" }
}
Object "UTBlueKey"
Object "BlueCard"
{
Frame "UKEY" { light "UTBlueKeyLight" }
Frame "BKEY" { light "UTBlueKeyLight" }
}
Object "UTGoldKey"
Object "YellowCard"
{
Frame "UKEY" { light "UTGoldKeyLight" }
Frame "YKEY" { light "UTGoldKeyLight" }
}