etqw-sdk/base/materials/templates.mtr

24 lines
279 B
Plaintext
Raw Permalink Normal View History

2008-05-29 00:00:00 +00:00
template templates/guis/blend {
parameters< Name >
text {
sort gui
{
blend blend
colored
map clamp Name
}
}
}
template templates/guis/add {
parameters< Name >
text {
sort gui
{
blend add
colored
map clamp Name
}
}
}