Ignore:
Timestamp:
Jul 19, 2024, 9:46:33 PM (2 months ago)
Author:
chronos
Message:
  • Fixed: New game symetric map units calcualtion.
  • Fixed: Map preview with cell and unit borders.
  • Fixed: Allow to set preferred game system grid type.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormGameSystem.lfm

    r325 r330  
    6767    object TabSheetGeneral: TTabSheet
    6868      Caption = 'General'
    69       ClientHeight = 360
    70       ClientWidth = 603
     69      ClientHeight = 362
     70      ClientWidth = 605
    7171      ParentFont = False
    7272      object CheckBoxEmptyCellsNeutral: TCheckBox
    7373        Left = 16
    74         Height = 30
     74        Height = 29
    7575        Top = 16
    76         Width = 357
     76        Width = 330
    7777        Caption = 'Set cells without player units as neutral'
    7878        ParentFont = False
     
    8181      object CheckBoxUnitsSplitMerge: TCheckBox
    8282        Left = 16
    83         Height = 30
     83        Height = 29
    8484        Top = 55
    85         Width = 229
     85        Width = 213
    8686        Caption = 'Units can split or merge'
    8787        ParentFont = False
     
    9090      object CheckBoxUnitsMoveImmediately: TCheckBox
    9191        Left = 16
    92         Height = 30
     92        Height = 29
    9393        Top = 95
    94         Width = 232
     94        Width = 217
    9595        Caption = 'Units move immediately'
    9696        ParentFont = False
    9797        TabOrder = 2
     98      end
     99      object Label5: TLabel
     100        Left = 16
     101        Height = 25
     102        Top = 136
     103        Width = 153
     104        Caption = 'Preferred grid type:'
     105        ParentColor = False
     106        ParentFont = False
     107      end
     108      object ComboBoxPreferredGridType: TComboBox
     109        Left = 272
     110        Height = 33
     111        Top = 136
     112        Width = 304
     113        ItemHeight = 25
     114        Items.Strings = (
     115          'None'
     116          'Hexagon vertical'
     117          'Square'
     118          'Triangular'
     119          'Random'
     120          'Isometric'
     121          'Hexagon horizontal'
     122        )
     123        ParentFont = False
     124        Style = csDropDownList
     125        TabOrder = 3
    98126      end
    99127    end
Note: See TracChangeset for help on using the changeset viewer.