Profiles.cs 337 B

123456789101112
  1. //-----------------------------------------------------------------------------
  2. // Verve
  3. // Copyright (C) - Violent Tulip
  4. //-----------------------------------------------------------------------------
  5. singleton GuiControlProfile( VPathEditorProfile )
  6. {
  7. CanKeyFocus = true;
  8. FontType = "Arial Bold";
  9. FontColor = "0 0 0";
  10. };