Changeset 98 for trunk/Engine.pas
- Timestamp:
- May 20, 2024, 8:22:13 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Engine.pas
r95 r98 1599 1599 Pen.Style := psSolid; 1600 1600 Font.Color := clGreen; 1601 Font.Size := Scale( 20);1601 Font.Size := Scale(14); 1602 1602 Text := SPressEsc; 1603 1603 TextOut((Bitmap.Width - TextWidth(Text)) div 2, Bitmap.Height div 10 * 9, Text);
Note:
See TracChangeset
for help on using the changeset viewer.