Changeset 398 for trunk/Game.pas


Ignore:
Timestamp:
Jan 6, 2025, 10:27:05 AM (3 days ago)
Author:
chronos
Message:
  • Modified: Maximum number of player set to 12.
  • Fixed: Standard yellow color is too bright and not readable with white text. Used darker yellow instead.
  • Fixed: Integrity checks for id references loaded from game file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Game.pas

    r397 r398  
    1111  DefaultPlayerStartUnits = 5;
    1212  MinPlayerCount = 1;
    13   MaxPlayerCount = 8;
     13  MaxPlayerCount = 12;
    1414  GameFileExt = '.xtg';
    1515
Note: See TracChangeset for help on using the changeset viewer.