hedgewars/uConsts.pas
changeset 97 e7c1df9cce2c
parent 95 1ef5e2c41115
child 99 fd9613278d1b
equal deleted inserted replaced
96:aeeb4da6b157 97:e7c1df9cce2c
   117       cHHRadius = 9;
   117       cHHRadius = 9;
   118       cHHStepTicks = 38;
   118       cHHStepTicks = 38;
   119 
   119 
   120       cKeyMaxIndex = 322;
   120       cKeyMaxIndex = 322;
   121 
   121 
       
   122       cMaxCaptions = 4;
       
   123 
   122       cInactDelay = 1500;
   124       cInactDelay = 1500;
   123 
   125 
   124       gfForts = $00000001;
   126       gfForts = $00000001;
   125 
   127 
   126       gstDrowning       = $00000001;
   128       gstDrowning       = $00000001;
   177                                           Name: 'DejaVuSans.ttf'),
   179                                           Name: 'DejaVuSans.ttf'),
   178                                          (Height: 24;
   180                                          (Height: 24;
   179                                           Name: 'DejaVuSans.ttf')
   181                                           Name: 'DejaVuSans.ttf')
   180                                          );
   182                                          );
   181 
   183 
       
   184       PathPrefix: shortstring = './';
   182       Pathz: array[TPathType] of string[ 64] = (
   185       Pathz: array[TPathType] of string[ 64] = (
   183                                                '',                              // ptNone      
   186                                                '',                              // ptNone      
   184                                                'Data',                          // ptData
   187                                                'Data',                          // ptData
   185                                                'Data/Graphics',                 // ptGraphics
   188                                                'Data/Graphics',                 // ptGraphics
   186                                                'Data/Themes',                   // ptThemes
   189                                                'Data/Themes',                   // ptThemes