hedgewars/uConsts.pas
changeset 3428 46a2694867bc
parent 3410 6748602cb878
child 3434 6af73e7f2438
equal deleted inserted replaced
3427:b49ed5673727 3428:46a2694867bc
    86             gtClusterBomb, gtCluster, gtShover, gtFlame, // 18
    86             gtClusterBomb, gtCluster, gtShover, gtFlame, // 18
    87             gtFirePunch, gtATStartGame, gtATSmoothWindCh, gtATFinishGame, // 24
    87             gtFirePunch, gtATStartGame, gtATSmoothWindCh, gtATFinishGame, // 24
    88             gtParachute, gtAirAttack, gtAirBomb, gtBlowTorch, gtGirder, // 27
    88             gtParachute, gtAirAttack, gtAirBomb, gtBlowTorch, gtGirder, // 27
    89             gtTeleport, gtSwitcher, gtTarget, gtMortar, // 31
    89             gtTeleport, gtSwitcher, gtTarget, gtMortar, // 31
    90             gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece, // 37
    90             gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece, // 37
    91             gtHellishBomb, gtEvilTrace, gtWaterUp, gtDrill, gtBallGun, gtBall,gtRCPlane,
    91             gtHellishBomb, gtEvilTrace, gtWaterUp, gtDrill, gtBallGun, gtBall, gtRCPlane, // 44
    92             gtSniperRifleShot, gtJetpack, gtMolotov, gtExplosives, gtBirdy, 
    92             gtSniperRifleShot, gtJetpack, gtMolotov, gtExplosives, gtBirdy, // 49
    93             gtBigExplosion, gtEgg, gtPortal, gtPiano, gtGasBomb, gtSineGunShot);
    93             gtBigExplosion, gtEgg, gtPortal, gtPiano, gtGasBomb, gtSineGunShot); // 55
    94 
    94 
    95     // Gears that are _only_ of visual nature (e.g. background stuff, visual effects, speechbubbles, etc.)
    95     // Gears that are _only_ of visual nature (e.g. background stuff, visual effects, speechbubbles, etc.)
    96     TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
    96     TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
    97             vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
    97             vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
    98             vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell,
    98             vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell,
  1916                 AttackVoice: sndNone);
  1916                 AttackVoice: sndNone);
  1917             Slot: 2;
  1917             Slot: 2;
  1918             TimeAfterTurn: 0;
  1918             TimeAfterTurn: 0;
  1919             minAngle: 0;
  1919             minAngle: 0;
  1920             maxAngle: 0;
  1920             maxAngle: 0;
  1921             isDamaging: true;
  1921             isDamaging: false;
  1922             SkipTurns: 0;
  1922             SkipTurns: 0;
  1923             PosCount: 1;
  1923             PosCount: 1;
  1924             PosSprite: sprWater),
  1924             PosSprite: sprWater),
  1925 
  1925 
  1926 // Piano
  1926 // Piano