Changeset 130 for trunk/UMenu.pas


Ignore:
Timestamp:
May 1, 2023, 4:02:31 PM (13 months ago)
Author:
chronos
Message:
  • Added: Allow to save/load game in multiple slots.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMenu.pas

    r100 r130  
    7575    procedure MouseUp(Button: TMouseButton; Position: TPoint);
    7676    procedure Paint(Canvas: TCanvas; CanvasSize: TPoint);
    77     constructor Create;
     77    constructor Create; virtual;
    7878    destructor Destroy; override;
    7979    property OnExit: TNotifyEvent read FOnExit write FOnExit;
     
    286286end;
    287287
    288 
    289288end.
    290289
Note: See TracChangeset for help on using the changeset viewer.