1024 Textscheme

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

//1024x768 text scheme file

// DEFAULT BUTTON TEXT


SchemeName = "Primary Button Text"
FontName = "Arial"
FontSize = 23
FgColor = "255 255 255 255"
BgColor = "255 255 255 255"
FgColorArmed = "255 255 255 255"
BgColorArmed = "255 255 255 255"

// COMMAND MENU TEXT


SchemeName = "CommandMenu Text"
FontName = "Arial"
FontSize = 21
FgColor = "255 255 255 255"
BgColor = "255 255 255 255"
FgColorArmed = "255 255 255 255"
BgColorArmed = "255 255 255 255"

// SCOREBOARD TEXT
SchemeName = "Scoreboard Text"
FontName = "Arial"
FontSize = 18
FontWeight = 0

// TITLE FONT in TFC selection menus


SchemeName = "Title Font"
FontName = "Arial"
FontSize = 34
FgColor = "255 255 255 255"

// CLASSDESC, MAPDESC, MOTD text windows


SchemeName = "Briefing Text"
FontName = "Arial"
FontSize = 18
FontWeight = 0
FgColor = "255 255 255 255"

// Team info text (list of players, etc)


// fgColor is automatically set to the teams color
SchemeName = "Team Info Text"
FontName = "Arial"
FontSize = 18
FontWeight = 0

You might also like