eyeman.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* Copyright (c) 2002-2012 Croteam Ltd.
  2. This program is free software; you can redistribute it and/or modify
  3. it under the terms of version 2 of the GNU General Public License as published by
  4. the Free Software Foundation
  5. This program is distributed in the hope that it will be useful,
  6. but WITHOUT ANY WARRANTY; without even the implied warranty of
  7. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  8. GNU General Public License for more details.
  9. You should have received a copy of the GNU General Public License along
  10. with this program; if not, write to the Free Software Foundation, Inc.,
  11. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
  12. // Animation names
  13. #define EYEMAN_ANIM_DEFAULT_ANIMATION 0
  14. #define EYEMAN_ANIM_MORPHUP 1
  15. #define EYEMAN_ANIM_MORPHDOWN 2
  16. #define EYEMAN_ANIM_ATTACK01 3
  17. #define EYEMAN_ANIM_ATTACK02 4
  18. #define EYEMAN_ANIM_MORPHSTAND 5
  19. #define EYEMAN_ANIM_MORPHATTACK 6
  20. #define EYEMAN_ANIM_MORPHATTACKFLY 7
  21. #define EYEMAN_ANIM_DEATH01 8
  22. #define EYEMAN_ANIM_DEATH01REST 9
  23. #define EYEMAN_ANIM_DEATH02 10
  24. #define EYEMAN_ANIM_DEATH02REST 11
  25. #define EYEMAN_ANIM_MORPHDEATH 12
  26. #define EYEMAN_ANIM_MORPHDEATHRESTFRAME 13
  27. #define EYEMAN_ANIM_FALL01 14
  28. #define EYEMAN_ANIM_FALL02 15
  29. #define EYEMAN_ANIM_RUN 16
  30. #define EYEMAN_ANIM_STAND 17
  31. #define EYEMAN_ANIM_WALK 18
  32. #define EYEMAN_ANIM_WOUND03 19
  33. #define EYEMAN_ANIM_WOUND06 20
  34. #define EYEMAN_ANIM_WOUND07 21
  35. #define EYEMAN_ANIM_MORPHWOUND01 22
  36. #define EYEMAN_ANIM_MORPHWOUND02 23
  37. #define EYEMAN_ANIM_IDLECOMPUTER 24
  38. // Color names
  39. // Patch names
  40. // Names of collision boxes
  41. #define EYEMAN_COLLISION_BOX_GROUND 0
  42. #define EYEMAN_COLLISION_BOX_AIR 1
  43. #define EYEMAN_COLLISION_BOX_DEATH 2
  44. // Attaching position names
  45. // Sound names