Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1280_textscheme.txt 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. //1280x960 text scheme file
  2. // DEFAULT BUTTON TEXT
  3. SchemeName = "Primary Button Text"
  4. FontName = "Arial"
  5. FontSize = 27
  6. FgColor = "255 170 0 255"
  7. BgColor = "0 0 0 141"
  8. FgColorArmed = "255 255 255 255"
  9. BgColorArmed = "255 170 0 67"
  10. // COMMAND MENU TEXT
  11. SchemeName = "CommandMenu Text"
  12. FontName = "Arial"
  13. FontSize = 25
  14. FgColor = "255 170 0 255"
  15. BgColor = "0 0 0 141"
  16. FgColorArmed = "255 255 255 255"
  17. BgColorArmed = "255 170 0 67"
  18. // SCOREBOARD TEXT
  19. SchemeName = "Scoreboard Text"
  20. FontName = "Arial"
  21. FontSize = 23
  22. FontWeight = 0
  23. // SCOREBOARD TITLE TEXT (team names, team scores)
  24. SchemeName = "Scoreboard Title Text"
  25. FontName = "Arial"
  26. FontSize = 36
  27. FontWeight = 700
  28. // SCOREBOARD SMALL TEXT (headers, player #)
  29. SchemeName = "Scoreboard Small Text"
  30. FontName = "Arial"
  31. FontSize = 16
  32. FontWeight = 0
  33. // TITLE FONT in TFC selection menus
  34. SchemeName = "Title Font"
  35. FontName = "Arial"
  36. FontSize = 41
  37. FgColor = "255 170 0 255"
  38. // CLASSDESC, MAPDESC, MOTD text windows
  39. SchemeName = "Briefing Text"
  40. FontName = "Arial"
  41. FontSize = 23
  42. FontWeight = 0
  43. FgColor = "255 170 0 255"
  44. // Team info text (list of players, etc)
  45. // fgColor is automatically set to the teams color
  46. SchemeName = "Team Info Text"
  47. FontName = "Arial"
  48. FontSize = 23
  49. FontWeight = 0