Ignore:
Timestamp:
Mar 7, 2014, 11:03:30 PM (11 years ago)
Author:
chronos
Message:
  • Added: Zoom all action to show entire map.
  • Added: Actions Zoom in and Zoom out which keep view center.
  • Fixed: Form resize now keep view center.
  • Modified: Attacking is now using mutiple dice rolls system.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r34 r35  
    108108      end
    109109    end
     110    object MenuItem10: TMenuItem
     111      Caption = 'View'
     112      object MenuItem11: TMenuItem
     113        Action = AZoomAll
     114      end
     115      object MenuItem12: TMenuItem
     116        Action = AZoomIn
     117      end
     118      object MenuItem13: TMenuItem
     119        Action = AZoomOut
     120      end
     121    end
    110122    object MenuItem8: TMenuItem
    111123      Caption = 'Tools'
     
    121133    top = 263
    122134  end
     135  object ActionList1: TActionList
     136    Images = Core.ImageListSmall
     137    left = 280
     138    top = 152
     139    object AZoomIn: TAction
     140      Caption = 'Zoom in'
     141      OnExecute = AZoomInExecute
     142      ShortCut = 16491
     143    end
     144    object AZoomOut: TAction
     145      Caption = 'Zoom out'
     146      OnExecute = AZoomOutExecute
     147      ShortCut = 16493
     148    end
     149    object AZoomAll: TAction
     150      Caption = 'Zoom all'
     151      OnExecute = AZoomAllExecute
     152      ShortCut = 16449
     153    end
     154  end
    123155end
Note: See TracChangeset for help on using the changeset viewer.