equal
deleted
inserted
replaced
546 tpMedium; getDimensions: false; getImageDimensions: true), |
546 tpMedium; getDimensions: false; getImageDimensions: true), |
547 // sprNapalmBomb |
547 // sprNapalmBomb |
548 (FileName: 'BulletHit'; Path: ptGraphics; AltPath: ptNone; |
548 (FileName: 'BulletHit'; Path: ptGraphics; AltPath: ptNone; |
549 Texture: nil; Surface: nil; Width: 32; Height: 32; |
549 Texture: nil; Surface: nil; Width: 32; Height: 32; |
550 imageWidth: 0; imageHeight: 0; saveSurf: false; priority: |
550 imageWidth: 0; imageHeight: 0; saveSurf: false; priority: |
551 tpMedium; getDimensions: false; getImageDimensions: true) |
551 tpMedium; getDimensions: false; getImageDimensions: true), |
552 // sprNapalmBomb |
552 // sprNapalmBomb |
|
553 (FileName: 'Snowball'; Path: ptCurrTheme; AltPath: ptGraphics; Texture: nil; Surface: nil; |
|
554 Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprSnowball |
|
555 (FileName: 'amSnowball'; Path: ptCurrTheme; AltPath: ptHedgehog; Texture: nil; Surface: nil; |
|
556 Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true) // sprHandSnowball |
553 ); |
557 ); |
554 |
558 |
555 |
559 |
556 Wavez: array [TWave] of record |
560 Wavez: array [TWave] of record |
557 Sprite: TSprite; |
561 Sprite: TSprite; |
1955 isDamaging: true; |
1959 isDamaging: true; |
1956 SkipTurns: 6; |
1960 SkipTurns: 6; |
1957 PosCount: 2; |
1961 PosCount: 2; |
1958 PosSprite: sprAmAirplane; |
1962 PosSprite: sprAmAirplane; |
1959 ejectX: 0; |
1963 ejectX: 0; |
|
1964 ejectY: 0), |
|
1965 // Snowball |
|
1966 (NameId: sidSnowball; |
|
1967 NameTex: nil; |
|
1968 Probability: 0; |
|
1969 NumberInCase: 1; |
|
1970 Ammo: (Propz: ammoprop_Power or ammoprop_AltUse; |
|
1971 Count: 2; |
|
1972 NumPerTurn: 0; |
|
1973 Timer: 0; |
|
1974 Pos: 0; |
|
1975 AmmoType: amSnowball; |
|
1976 AttackVoice: sndNone); |
|
1977 Slot: 0; |
|
1978 TimeAfterTurn: 3000; |
|
1979 minAngle: 0; |
|
1980 maxAngle: 0; |
|
1981 isDamaging: true; |
|
1982 SkipTurns: 0; |
|
1983 PosCount: 1; |
|
1984 PosSprite: sprWater; |
|
1985 ejectX: 0; |
1960 ejectY: 0) |
1986 ejectY: 0) |
1961 ); |
1987 ); |
1962 |
|
1963 |
1988 |
1964 |
1989 |
1965 conversionFormat: TSDL_PixelFormat = ( |
1990 conversionFormat: TSDL_PixelFormat = ( |
1966 palette: nil; |
1991 palette: nil; |
1967 BitsPerPixel : 32; |
1992 BitsPerPixel : 32; |