Changeset 6 for trunk/UFormMain.pas


Ignore:
Timestamp:
Sep 24, 2019, 10:33:34 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Get rendering area size from Form dimensions. Form Canvas dimensions are not updated correctly under Windows.
  • Added: Windows installer script and installer executable.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        44lib
        55heaptrclog.trc
         6Game2048.exe
  • trunk/UFormMain.pas

    r5 r6  
    6767procedure TFormMain.FormPaint(Sender: TObject);
    6868begin
    69   Game.Render(Canvas);
     69  Game.Render(Canvas, Point(Width, Height - MainMenu1.Height));
    7070end;
    7171
Note: See TracChangeset for help on using the changeset viewer.