Gotolei

car shadow tables

Sep 15th, 2020 (edited)
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. // car shadow tables
  2.  
  3. CAR_SHADOW_TABLE CarShadowTable[] = {
  4. // rc
  5. -37, 37, 77, -70, -8,
  6. 32, 0, 32, 64,
  7. // mite
  8. -37, 37, 81, -79, -8,
  9. 224, 0, 32, 64,
  10. // phat
  11. -52, 52, 115, -124, -8,
  12. 128, 0, 32, 64,
  13. // col
  14. -40, 40, 85, -90, -8,
  15. 160, 0, 32, 64,
  16. // harvester
  17. -44, 44, 95, -93, -8,
  18. 128, 64, 32, 64,
  19. // doc
  20. -39, 39, 89, -86, -8,
  21. 192, 0, 32, 64,
  22. // volken
  23. -44, 44, 84, -97, -8,
  24. 192, 64, 32, 64,
  25. // sprinter
  26. -35, 35, 76, -69, -8,
  27. 32, 192, 32, 64,
  28. // dino
  29. -45, 45, 76, -92, -8,
  30. 96, 0, 32, 64,
  31. // candy
  32. -49, 49, 118, -97, -8,
  33. 160, 64, 32, 64,
  34. // genghis
  35. -51, 51, 107, -100, -8,
  36. 0, 64, 32, 64,
  37. // aquasonic
  38. -41, 41, 84, -81, -8,
  39. 160, 128, 32, 64,
  40. // mouse
  41. -64, 64, 132, -127, -8,
  42. 96, 64, 32, 64,
  43. // evil weasil
  44. -40, 40, 82, -82, -8,
  45. 64, 0, 32, 64,
  46. // panga
  47. -38, 38, 94, -67, -8,
  48. 32, 128, 32, 64,
  49. // r5
  50. -34, 34, 63, -69, -8,
  51. 0, 0, 32, 64,
  52. // loaded chique
  53. -38, 38, 74, -72, -8,
  54. 192, 128, 32, 64,
  55. // sgt bertha
  56. -56, 56, 132, -108, -8,
  57. 64, 64, 32, 64,
  58. // pest control
  59. -41, 41, 75, -85, -8,
  60. 96, 128, 32, 64,
  61. // adeon
  62. -34, 34, 75, -59, -8,
  63. 224, 128, 32, 64,
  64. // polepot
  65. -55, 55, 115, -110, -8,
  66. 32, 64, 32, 64,
  67. // zipper
  68. -38, 38, 86, -77, -8,
  69. 0, 128, 32, 64,
  70. // trolley
  71. -60, 60, 60, -60, -8,
  72. 0, 0, 1, 1,
  73. // cougar
  74. -43, 43, 92, -86, -8,
  75. 128, 128, 32, 64,
  76. // humma
  77. -37, 37, 82, -68, -8,
  78. 0, 192, 32, 64,
  79. // toyeca
  80. -38, 38, 70, -89, -8,
  81. 224, 64, 32, 64,
  82. // amw
  83. -42, 42, 96, -81, -8,
  84. 64, 128, 32, 64,
  85. };
Add Comment
Please, Sign In to add comment