Changeset 98 for trunk/Engine.pas


Ignore:
Timestamp:
May 20, 2024, 8:22:13 AM (4 months ago)
Author:
chronos
Message:
  • Fixed: Pack audio files for Windows version.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Engine.pas

    r95 r98  
    15991599    Pen.Style := psSolid;
    16001600    Font.Color := clGreen;
    1601     Font.Size := Scale(20);
     1601    Font.Size := Scale(14);
    16021602    Text := SPressEsc;
    16031603    TextOut((Bitmap.Width - TextWidth(Text)) div 2, Bitmap.Height div 10 * 9, Text);
Note: See TracChangeset for help on using the changeset viewer.