Changeset 65 for trunk/Game2048.lpr


Ignore:
Timestamp:
Jan 23, 2020, 12:21:53 AM (4 years ago)
Author:
chronos
Message:
  • Added: Separated TGame paint and state change events.
  • Modified: Animate tiles movements in background thread.
  • Modified: Initialize TCore as first application form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Game2048.lpr

    r54 r65  
    2929  Application.Scaled := True;
    3030  Application.Initialize;
     31  Application.CreateForm(TCore, Core);
    3132  Application.CreateForm(TFormMain, FormMain);
    32   Application.CreateForm(TCore, Core);
    3333  Application.Run;
    3434end.
Note: See TracChangeset for help on using the changeset viewer.