- //-----------------------------------------------------------------------------
- // Verve
- // Copyright (C) - Violent Tulip
- //-----------------------------------------------------------------------------
- singleton GuiControlProfile( VPathEditorProfile )
- {
- CanKeyFocus = true;
-
- FontType = "Arial Bold";
- FontColor = "0 0 0";
- };
|