Ignore:
Timestamp:
Oct 5, 2014, 1:34:43 PM (10 years ago)
Author:
chronos
Message:
  • Modified: More changes to support game load from file.
  • Fixed: Require at least one player in new game.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r74 r76  
    9191      Style = tbsSeparator
    9292    end
     93    object ToolButton10: TToolButton
     94      Left = 1
     95      Top = 268
     96      Width = 32
     97      Style = tbsSeparator
     98    end
     99    object ToolButton11: TToolButton
     100      Left = 1
     101      Top = 278
     102      Action = Core.AGameLoad
     103    end
     104    object ToolButton12: TToolButton
     105      Left = 1
     106      Top = 310
     107      Action = Core.AGameSave
     108    end
     109    object ToolButton13: TToolButton
     110      Left = 1
     111      Top = 342
     112      Action = Core.AExit
     113    end
    93114  end
    94115  object PaintBox1: TPaintBox
Note: See TracChangeset for help on using the changeset viewer.