DyamicFleyer

Live Texture Stitching Example 2:1

Mar 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {
  2. "id": "blocks/breaking_ice",
  3. "textures": {
  4. "ice": "blocks/packed_ice",
  5. "destroy1": "blocks/destroy_stage_3",
  6. "destroy2": "blocks/destroy_stage_6",
  7. "destroy3": "blocks/destroy_stage_9"
  8. },
  9. "animation": {
  10. "frames": [
  11. {
  12. "texture": "#ice",
  13. "time": 20
  14. },
  15. {
  16. "layers": [
  17. "#ice",
  18. "#destroy1"
  19. ],
  20. "time": 20
  21. },
  22. {
  23. "layers": [
  24. "#ice",
  25. "#destroy2"
  26. ],
  27. "time": 10
  28. },
  29. {
  30. "layers": [
  31. "#ice",
  32. "#destroy3"
  33. ],
  34. "time": 5
  35. }
  36. ]
  37. }
  38. }
Add Comment
Please, Sign In to add comment