Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. <craft name="danbo">
  2. <craft name="sun-layout" module="sun-layout"/>
  3.  
  4. <part name="head">
  5. <g l="centerXZ() alignY(100%)" cut=".face">
  6. <stack spacing="3" class="face">
  7. <!-- Eyes -->
  8. <row spacing="7">
  9. <cylinder radius="1.5" height="2" t="rotateX(90)"/>
  10. <cylinder radius="1.5" height="2" t="rotateX(90)"/>
  11. </row>
  12. <!-- Mouth -->
  13. <prism width="5" length="2" t="scale(0.8,1,1)"/>
  14. </stack>
  15. <cube size="30 20 20"/>
  16. </g>
  17. </part>
  18.  
  19. <part name="arms">
  20. <row spacing="11">
  21. <row spacing="-3" l="alignZ(115%)">
  22. <cube size="4 5 20"/>
  23. <sphere radius="3"></sphere>
  24. </row>
  25. <row spacing="-3" l="alignZ(115%)">
  26. <sphere radius="3"></sphere>
  27. <cube size="4 5 20"/>
  28. </row>
  29. </row>
  30. </part>
  31.  
  32. <g l="centerXY() alignZ(40%)" t="land()" color="moccasin">
  33. <arms></arms>
  34. <stack>
  35. <head></head>
  36.  
  37. <!-- Body -->
  38. <cube size="16 16 20"/>
  39. <stack spacing="-4">
  40. <!-- Flaps -->
  41. <g>
  42. <sun-layout radius="8">
  43. <repeat n="4">
  44. <cube size="15 1 4" t="rotateX(25)"/>
  45. </repeat>
  46. </sun-layout>
  47. </g>
  48.  
  49. <!-- Legs -->
  50. <row spacing="1">
  51. <cube size="7 12 17"/>
  52. <cube size="7 12 17"/>
  53. </row>
  54. </stack>
  55. </stack>
  56. </g>
  57.  
  58. </craft>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement