Template:PatchDiff/April 14, 2011 Patch/team fortress 2 content.gcf/tf/scripts/HudAnimations tf.txt

From Team Fortress Wiki
Jump to: navigation, search
379379 Animate ScreenshotPanel Position "c-83 13" Spline 0.001 0.2
380380}
381381 
N/A382event HudReplayReminderIn // Places the replay reminder in the same place as the snapshot reminder
N/A383{
N/A384 Animate ReplayReminder Position "c-83 -50" Linear 0.0 0.001
N/A385 Animate ReplayReminder Position "c-83 13" Spline 0.001 0.2
N/A386}
N/A387 
N/A388event HudReplayReminderIn2 // Puts the panel below the snapshot panel
N/A389{
N/A390 Animate ReplayReminder Position "c-83 -50" Linear 0.0 0.001
N/A391 Animate ReplayReminder Position "c-83 53" Spline 0.001 0.2
N/A392}
N/A393 
N/A394event HudReplayTipIn
N/A395{
N/A396 Animate ReplayTip Position "10 -100" Linear 0.0 0.001
N/A397 Animate ReplayTip Position "10 6" Spline 0.001 0.1
N/A398}
N/A399 
N/A400event HudReplayTipOut
N/A401{
N/A402 Animate ReplayTip Position "10 6" Linear 0.0 0.001
N/A403 Animate ReplayTip Position "10 -100" Spline 0.001 0.1
N/A404}
N/A405 
382406event HudTournamentSetupPanelOpen
383407{
384408 Animate HudTournamentSetup Position "c-90 -70" Linear 0.0 0.001