hedgewars/uConsts.pas
changeset 1580 971e7f057a86
parent 1573 cf88e0ace609
child 1586 2c6f1d1f43c1
equal deleted inserted replaced
1579:2f581b1f289e 1580:971e7f057a86
   444 			Width:  32; Height: 32; saveSurf: false),// sprSeduction
   444 			Width:  32; Height: 32; saveSurf: false),// sprSeduction
   445 			(FileName:    'HHDress'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   445 			(FileName:    'HHDress'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   446 			Width:  64; Height: 64; saveSurf: false),// sprDress
   446 			Width:  64; Height: 64; saveSurf: false),// sprDress
   447 			(FileName:   'Censored'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   447 			(FileName:   'Censored'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   448 			Width:  64; Height: 16; saveSurf: false),// sprCensored
   448 			Width:  64; Height: 16; saveSurf: false),// sprCensored
   449 			(FileName:      'Drill'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   449 			(FileName:      'Drill'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   450 			Width:  16; Height: 16; saveSurf: false),// sprDrill
   450 			Width:  16; Height: 16; saveSurf: false),// sprDrill
   451 			(FileName:    'amDrill'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   451 			(FileName:    'amDrill'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   452 			Width:  32; Height: 32; saveSurf: false)// sprHandDrill
   452 			Width:  32; Height: 32; saveSurf: false)// sprHandDrill
   453 			);
   453 			);
   454 
   454