sprites.qc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*
  2. sprites.qc
  3. sprite definitions
  4. Copyright (C) 1996-1997 Id Software, Inc.
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. See the GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to:
  15. Free Software Foundation, Inc.
  16. 59 Temple Place - Suite 330
  17. Boston, MA 02111-1307, USA
  18. */
  19. // these are the only sprites still in the game...
  20. $spritename s_explod
  21. $type vp_parallel
  22. $load /raid/quake/id1/gfx/sprites/explod03.lbm
  23. $frame 24 24 56 56
  24. $frame 120 24 56 56
  25. $frame 216 24 56 56
  26. $frame 24 88 56 56
  27. $frame 120 88 56 56
  28. $frame 216 88 56 56
  29. $spritename s_bubble
  30. $type vp_parallel
  31. $load /raid/quake/id1/gfx/sprites/bubble.lbm
  32. $frame 16 16 16 16
  33. $frame 40 16 16 16
  34. $spritename s_light
  35. $type vp_parallel
  36. $load /raid/quake/id1/gfx/sprites/light.lbm
  37. $frame 104 32 32 32