Changeset 398 for trunk/Player.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/Player.pas

    r391 r398  
    209209
    210210const
    211   PlayerColors: array[0..11] of TColor = (clBlue, clRed, clGreen, clYellow,
     211  clDarkYellow = $00C0C0;
     212  PlayerColors: array[0..11] of TColor = (clBlue, clRed, clGreen, clDarkYellow,
    212213    clFuchsia, clAqua, clOlive, clMaroon, clNavy, clPurple, clTeal, clGray);
    213214
Note: See TracChangeset for help on using the changeset viewer.