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