Template:PatchDiff/March 24, 2016 Patch/tf/tf2 misc dir.vpk/scripts/hudanimations tf.txt

From Team Fortress Wiki
Jump to: navigation, search
15551555 Animate DisconnectButton ypos r50 Accel 0 0.4
15561556}
15571557 
1558N/Aevent CompetitiveGame_ShowWinnersSign
1559N/A{
1560N/A FireCommand 0.5 "animation intro"
1561N/A FireCommand 12.3 "animation outro"
1562N/A}
1563N/A 
1564N/A 
15651558event HudTournament_ShowRoundSign
15661559{
15671560 SetVisible RoundSignModel 1 0
15741567 FireCommand 0 "animation intro"
15751568 FireCommand 5 "animation outro"
15761569}
N/A1570 
N/A1571event TeamStatus_PlayerDead
N/A1572{
N/A1573 SetVisible DeathPanel 1 0
N/A1574 Animate DeathPanel ypos 19 Accel 0 0.2
N/A1575 Animate respawntime ypos 16 Accel 0 0.2
N/A1576}
N/A1577 
N/A1578event TeamStatus_PlayerAlive
N/A1579{
N/A1580 Animate DeathPanel ypos 0 Accel 0 0.2
N/A1581 Animate respawntime ypos 0 Accel 0 0.2
N/A1582 SetVisible DeathPanel 0 0.2
N/A1583}
15771584//