etqw-sdk/base/guis/game/hud/text.include
2008-05-29 00:00:00 +00:00

24 lines
No EOL
344 B
Text

#ifndef __hud_text__
#define __hud_text__
$template _med_text_props
properties {
float fontSize = 12;
}
$endtemplate
$template _big_text_props
properties {
float fontSize = 14;
}
$endtemplate
$template _huge_text_props
properties {
float fontSize = 16;
}
$endtemplate
#endif // !__hud_text__