Changeset 648 for trunk/Brain.pas
- Timestamp:
- Feb 19, 2025, 9:43:42 AM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Brain.pas
r592 r648 80 80 TextSize: TSize; 81 81 begin 82 if not LoadGraphicFile(Picture, GetAiDir + DirectorySeparator + 83 FileName + DirectorySeparator + FileName + '.png', [gfNoError]) then begin 82 if not LoadGraphicFile(Picture, GetAiDir + DirectorySeparator + FileName + DirectorySeparator + FileName + '.png', [gfNoError]) then begin 84 83 with Picture.Canvas do begin 85 84 Brush.Color := $904830;
Note:
See TracChangeset
for help on using the changeset viewer.