hedgewars/uVariables.pas
changeset 6676 21cf35a570a7
parent 6648 025473a2c420
child 6683 75a1d84ac606
equal deleted inserted replaced
6675:dab56311daa5 6676:21cf35a570a7
   193 
   193 
   194     LuaGoals        : shortstring;
   194     LuaGoals        : shortstring;
   195 
   195 
   196 /////////////////////////////////////
   196 /////////////////////////////////////
   197 //Buttons
   197 //Buttons
   198 {$IFDEF MOBILE}
   198 {$IFDEF USE_TOUCH_INTERFACE}
   199     buttonScale: GLFloat;
   199     buttonScale: GLFloat;
   200 
   200 
   201     arrowUpX, arrowUpY, arrowUpW, arrowUpH: LongInt; 
   201     arrowUpX, arrowUpY, arrowUpW, arrowUpH: LongInt; 
   202     arrowDownX, arrowDownY, arrowDownW, arrowDownH: LongInt; 
   202     arrowDownX, arrowDownY, arrowDownW, arrowDownH: LongInt; 
   203     arrowLeftX, arrowLeftY, arrowLeftW, arrowLeftH: LongInt; 
   203     arrowLeftX, arrowLeftY, arrowLeftW, arrowLeftH: LongInt; 
   393             Width: 151; Height: 17; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprWindBar
   393             Width: 151; Height: 17; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprWindBar
   394             (FileName:      'WindL'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   394             (FileName:      'WindL'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   395             Width:  80; Height: 13; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprWindL
   395             Width:  80; Height: 13; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprWindL
   396             (FileName:      'WindR'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   396             (FileName:      'WindR'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   397             Width:  80; Height: 13; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprWindR
   397             Width:  80; Height: 13; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprWindR
   398 {$IFDEF ANDROID}
   398 {$IFDEF USE_TOUCH_INTERFACE}
   399             (FileName: 'firebutton'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   399             (FileName: 'firebutton'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   400             Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprFireButton
   400             Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprFireButton
   401             (FileName: 'arrowUp'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   401             (FileName: 'arrowUp'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   402             Width: 100; Height: 100; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprArrowUp
   402             Width: 100; Height: 100; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprArrowUp
   403             (FileName: 'arrowDown'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   403             (FileName: 'arrowDown'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;