hedgewars/uConsts.pas
changeset 3488 6c5d74cf4396
parent 3485 ab91c56a9050
child 3489 aedf289192f5
equal deleted inserted replaced
3487:b1d00f1950c8 3488:6c5d74cf4396
  1108             maxAngle: cMaxAngle div 2;
  1108             maxAngle: cMaxAngle div 2;
  1109             isDamaging: false;
  1109             isDamaging: false;
  1110             SkipTurns: 0;
  1110             SkipTurns: 0;
  1111             PosCount: 1;
  1111             PosCount: 1;
  1112             PosSprite: sprWater;
  1112             PosSprite: sprWater;
  1113             ejectX: 20;
  1113             ejectX: 0;
  1114             ejectY: -6),
  1114             ejectY: 0),
  1115 
  1115 
  1116 // Mine
  1116 // Mine
  1117             (NameId: sidMine;
  1117             (NameId: sidMine;
  1118             NameTex: nil;
  1118             NameTex: nil;
  1119             Probability: 100;
  1119             Probability: 100;