31 lines
460 B
Text
31 lines
460 B
Text
"UnlitGeneric"
|
|
{
|
|
"$basetexture" "vgui/replay/thumbnails/funnyd4"
|
|
"$alphatest" 1
|
|
"$alphatestreference" 0.5
|
|
"$vertexcolor" 1
|
|
"$no_fullbright" 1
|
|
"$ignorez" 1
|
|
|
|
$speed "0"
|
|
$thou "0"
|
|
|
|
$const_thou "1000"
|
|
$const_hund "100"
|
|
$const_ten "10"
|
|
Proxies {
|
|
PlayerSpeed {
|
|
scale "1"
|
|
resultVar "$speed"
|
|
}
|
|
Divide {
|
|
srcVar1 "$speed"
|
|
srcVar2 "$const_thou"
|
|
resultVar "$thou"
|
|
}
|
|
Int {
|
|
srcVar1 "$thou"
|
|
resultVar "$frame"
|
|
}
|
|
}
|
|
}
|