menthahud-lyra/materials/vgui/replay/thumbnails/30sectimertens.vmt

28 lines
390 B
Text

"UnlitGeneric"
{
"$basetexture" "vgui\replay\thumbnails\mianums2"
"$alphatest" "1"
$time 0
$ten 10
Proxies
{
//Extract time value
CurrentTime
{
resultVar "$time"
}
//Convert speed to texture frame
WrapMinMax
{
srcVar1 $time
maxVal 30
resultVar $time
}
Divide
{
srcVar1 "$time"
srcVar2 "$ten"
resultVar "$frame"
}
}
}