hedgewars/GSHandlers.inc
changeset 7729 c374746bb56e
parent 7726 1137406bce12
child 7730 2013733f9ca9
equal deleted inserted replaced
7728:664738870325 7729:c374746bb56e
  5241             Gear^.State:= Gear^.State or gstMoving
  5241             Gear^.State:= Gear^.State or gstMoving
  5242             end
  5242             end
  5243         end;
  5243         end;
  5244     end;
  5244     end;
  5245 end;
  5245 end;
       
  5246 
       
  5247 /* Yay. More incomplete code.
       
  5248 This is the set of postions for the knife.
       
  5249 Using FlipSurface and copyToXY the knife can be written to the Land at 32 positions.
       
  5250 0deg
       
  5251 2,5   (x,y offset)
       
  5252 25,5  (wXh of clip area)
       
  5253 2,7   (tip x,y)
       
  5254 
       
  5255 11.25deg
       
  5256 2,15
       
  5257 24,8
       
  5258 2,22
       
  5259 
       
  5260 22.5deg
       
  5261 2,27
       
  5262 23,12
       
  5263 2,38
       
  5264 
       
  5265 33.75deg
       
  5266 2,43
       
  5267 21,15
       
  5268 2,57
       
  5269 
       
  5270 45deg
       
  5271 29,8
       
  5272 19,19
       
  5273 29,26
       
  5274 
       
  5275 56.25deg
       
  5276 29,32
       
  5277 15,21
       
  5278 29,52
       
  5279 
       
  5280 67.5deg
       
  5281 51,3
       
  5282 11,23
       
  5283 51,25
       
  5284 
       
  5285 78.75deg
       
  5286 51,34
       
  5287 7,24
       
  5288 51,57    */