Changeset 20 for trunk/UCore.lfm


Ignore:
Timestamp:
Oct 5, 2019, 2:00:50 PM (5 years ago)
Author:
chronos
Message:
  • Added: Player can undo last move.
  • Modified: Optimized code of TGame.CanMove method.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r18 r20  
    4343    left = 420
    4444    top = 184
    45     object AGameNew: TAction
     45    object ANew: TAction
    4646      Caption = 'New...'
    47       OnExecute = AGameNewExecute
     47      OnExecute = ANewExecute
     48      ShortCut = 113
    4849    end
    4950    object AExit: TAction
     
    5859      Caption = 'Settings'
    5960      OnExecute = ASettingsExecute
     61      ShortCut = 120
     62    end
     63    object AUndo: TAction
     64      Caption = 'Undo'
     65      OnExecute = AUndoExecute
     66      ShortCut = 114
    6067    end
    6168  end
Note: See TracChangeset for help on using the changeset viewer.