Advertisement
Guest User

weird texture 63

a guest
Dec 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. x = 200
  2. s = (arr) ->
  3. k = [];
  4. for i in [0..arr]
  5. k.push(i)
  6. return k;
  7. ss = (arr,m) ->
  8. k = [];
  9. for i in [0..arr]
  10. k.push(m)
  11. return k;
  12. return model =
  13. name: 'what'
  14. level: 1
  15. model: 1
  16. size: 1
  17. specs:
  18. shield:
  19. capacity: [1]
  20. reload: [1]
  21. generator:
  22. capacity: [1]
  23. reload: [1]
  24. ship:
  25. mass: 1
  26. speed: [1,1]
  27. rotation: [1,1]
  28. acceleration: [1,1]
  29. bodies:
  30. main:
  31. section_segments: 12
  32. offset:
  33. x: 0
  34. y: 0
  35. z: 10
  36. position:
  37. x: ss(x,0)
  38. y: s(x)
  39. z: ss(x,0)
  40. width: s(x)
  41. height: s(x)
  42. propeller: false
  43. texture: 63
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement