hedgewars/uTypes.pas
changeset 8359 9a7024b2a4d3
parent 8204 9a6030d96273
child 8444 75db7bb8dce8
child 8548 b98631bf2066
equal deleted inserted replaced
8358:274afc318dca 8359:9a7024b2a4d3
   167 
   167 
   168     // Various "emote" animations a hedgehog can do
   168     // Various "emote" animations a hedgehog can do
   169     TWave = (waveRollup, waveSad, waveWave, waveHurrah, waveLemonade, waveShrug, waveJuggle);
   169     TWave = (waveRollup, waveSad, waveWave, waveHurrah, waveLemonade, waveShrug, waveJuggle);
   170 
   170 
   171     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
   171     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
   172     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical, smAFR);
   172     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical);
   173 
   173 
   174     THHFont = record
   174     THHFont = record
   175             Handle: PTTF_Font;
   175             Handle: PTTF_Font;
   176             Height: LongInt;
   176             Height: LongInt;
   177             style: LongInt;
   177             style: LongInt;