565 (FileName: 'SDFlake'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil; |
565 (FileName: 'SDFlake'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil; |
566 Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprSDFlake |
566 Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprSDFlake |
567 (FileName: 'SDWater'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil; |
567 (FileName: 'SDWater'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil; |
568 Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: true; getImageDimensions: true),// sprSDWater |
568 Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: true; getImageDimensions: true),// sprSDWater |
569 (FileName: 'SDClouds'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil; |
569 (FileName: 'SDClouds'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil; |
570 Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true) // sprSDCloud |
570 Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprSDCloud |
|
571 (FileName: 'SDSplash'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil; |
|
572 Width: 80; Height: 50; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprSDSplash |
|
573 (FileName: 'SDDroplet'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil; |
|
574 Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true)// sprSDDroplet |
571 ); |
575 ); |
572 |
576 |
573 |
577 |
574 Wavez: array [TWave] of record |
578 Wavez: array [TWave] of record |
575 Sprite: TSprite; |
579 Sprite: TSprite; |
2177 LAND_HEIGHT:= 2048; |
2181 LAND_HEIGHT:= 2048; |
2178 LAND_WIDTH_MASK:= $FFFFF000; |
2182 LAND_WIDTH_MASK:= $FFFFF000; |
2179 LAND_HEIGHT_MASK:= $FFFFF800 |
2183 LAND_HEIGHT_MASK:= $FFFFF800 |
2180 end; |
2184 end; |
2181 |
2185 |
2182 SDWaterColorArray[0].r := 184; |
2186 SDWaterColorArray[0].r := 182; |
2183 SDWaterColorArray[0].g := 152; |
2187 SDWaterColorArray[0].g := 144; |
2184 SDWaterColorArray[0].b := 195; |
2188 SDWaterColorArray[0].b := 201; |
2185 SDWaterColorArray[0].a := 255; |
2189 SDWaterColorArray[0].a := 255; |
2186 SDWaterColorArray[2].r := 152; |
2190 SDWaterColorArray[2].r := 150; |
2187 SDWaterColorArray[2].g := 120; |
2191 SDWaterColorArray[2].g := 112; |
2188 SDWaterColorArray[2].b := 163; |
2192 SDWaterColorArray[2].b := 169; |
2189 SDWaterColorArray[2].a := 255; |
2193 SDWaterColorArray[2].a := 255; |
2190 SDWaterColorArray[1]:= SDWaterColorArray[0]; |
2194 SDWaterColorArray[1]:= SDWaterColorArray[0]; |
2191 SDWaterColorArray[3]:= SDWaterColorArray[2]; |
2195 SDWaterColorArray[3]:= SDWaterColorArray[2]; |
2192 |
2196 |
2193 SDMusic:= 'main_theme.ogg'; |
2197 SDMusic:= 'main_theme.ogg'; |