Ignore:
Timestamp:
Jan 15, 2017, 4:12:10 PM (7 years ago)
Author:
chronos
Message:
  • Modified: All graphics images converted from BMP to PNG.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/UnitStat.pas

    r61 r73  
    8282  Back.Canvas.FillRect(0, 0, Back.Width,Back.Height);
    8383  Template := TBitmap.Create;
    84   LoadGraphicFile(Template, HomeDir + 'Graphics' + DirectorySeparator + 'Unit', gfNoGamma);
    85   Template.PixelFormat := pf8bit;
     84  Template.PixelFormat := pf24bit;
     85  LoadGraphicFile(Template, HomeDir + 'Graphics' + DirectorySeparator + 'Unit.png', gfNoGamma);
    8686end;
    8787
Note: See TracChangeset for help on using the changeset viewer.