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

From Team Fortress Wiki
Jump to: navigation, search
18601860 Animate SourceLabelGlow Alpha 0 Linear 0 0
18611861}
18621862 
N/A1863event SurveyShowSequence
N/A1864{
N/A1865 Animate Survey ypos 480 Linear 0 0
N/A1866 Animate Survey ypos 150 Linear 1 0.3
N/A1867 Animate Survey ypos 130 Deaccel 1.3 0.1
N/A1868 Animate Survey ypos 150 Accel 1.4 0.1
N/A1869}
N/A1870 
N/A1871event SurveySubmitSequence
N/A1872{
N/A1873 // Show submitting
N/A1874 SetVisible QuestionContainer 0 0
N/A1875 SetVisible SubmittingContainer 1 0
N/A1876 
N/A1877 // Show thanks
N/A1878 SetVisible SubmittingContainer 0 2
N/A1879 SetVisible ThanksContainer 1 2
N/A1880 
N/A1881 RunEvent SurveyHideSequence 6
N/A1882}
N/A1883 
N/A1884event SurveyDelete
N/A1885{
N/A1886 FireCommand 0 "delete"
N/A1887}
N/A1888 
N/A1889event SurveyHideSequence
N/A1890{
N/A1891 SetVisible CloseButton 0 0
N/A1892 
N/A1893 Animate Survey ypos 130 Deaccel 0 0.3
N/A1894 Animate Survey ypos 480 Accel 0.3 0.2
N/A1895 RunEventChild Survey SurveyDelete 0.6
N/A1896}
N/A1897 
18631898//