Ignore:
Timestamp:
Jun 10, 2018, 12:18:28 PM (6 years ago)
Author:
chronos
Message:
  • Added: Allow to toggle Fog of war in debug mode from Debug menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r206 r220  
    55  Width = 775
    66  Caption = 'xTactics'
    7   ClientHeight = 596
     7  ClientHeight = 587
    88  ClientWidth = 775
    9   DesignTimePPI = 120
     9  DesignTimePPI = 144
    1010  Menu = MainMenu1
    1111  OnClose = FormClose
     
    7777  object PanelMain: TPanel
    7878    Left = 0
    79     Height = 556
     79    Height = 547
    8080    Top = 40
    8181    Width = 775
     
    169169      end
    170170    end
     171    object MenuItemDebug: TMenuItem
     172      Caption = 'Debug'
     173      object MenuItem31: TMenuItem
     174        Action = Core.AToggleFogOfWar
     175      end
     176    end
    171177    object MenuItem16: TMenuItem
    172178      Caption = 'Help'
Note: See TracChangeset for help on using the changeset viewer.