hedgewars/uConsts.pas
changeset 267 bf7c1503f569
parent 263 36379e6abcdd
child 271 f2f9a3d5b441
equal deleted inserted replaced
266:53f46353d029 267:bf7c1503f569
   173       FontBorder = 2;
   173       FontBorder = 2;
   174 
   174 
   175       PathPrefix: string = './';
   175       PathPrefix: string = './';
   176       Pathz: array[TPathType] of string      = (
   176       Pathz: array[TPathType] of string      = (
   177                                                '',                              // ptNone      
   177                                                '',                              // ptNone      
   178                                                'Data',                          // ptData
   178                                                '',                              // ptData
   179                                                'Data/Graphics',                 // ptGraphics
   179                                                'Graphics',                      // ptGraphics
   180                                                'Data/Themes',                   // ptThemes
   180                                                'Themes',                        // ptThemes
   181                                                'Data/Themes/avematan',          // ptCurrTheme
   181                                                'Themes/avematan',               // ptCurrTheme
   182                                                'Data/Teams',                    // ptTeams
   182                                                'Teams',                         // ptTeams
   183                                                'Data/Maps',                     // ptMaps
   183                                                'Maps',                          // ptMaps
   184                                                '',                              // ptMapCurrent
   184                                                '',                              // ptMapCurrent
   185                                                'Data/Demos',                    // ptDemos
   185                                                'Demos',                         // ptDemos
   186                                                'Data/Sounds',                   // ptSounds
   186                                                'Sounds',                        // ptSounds
   187                                                'Data/Graphics/Graves',          // ptGraves
   187                                                'Graphics/Graves',               // ptGraves
   188                                                'Data/Fonts',                    // ptFonts
   188                                                'Fonts',                         // ptFonts
   189                                                'Data/Forts',                    // ptForts
   189                                                'Forts',                         // ptForts
   190                                                'Data/Locale',                   // ptLocale
   190                                                'Locale',                        // ptLocale
   191                                                'Data/Graphics/AmmoMenu'          // ptAmmoMenu
   191                                                'Graphics/AmmoMenu'              // ptAmmoMenu
   192                                                );
   192                                                );
   193 
   193 
   194       StuffLoadData: array[TStuff] of record
   194       StuffLoadData: array[TStuff] of record
   195                                      FileName: String[31];
   195                                      FileName: String[31];
   196                                      Path    : TPathType;
   196                                      Path    : TPathType;