meta.json 683 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "states": [
  8. {
  9. "name": "bathtub2",
  10. "directions": 4
  11. },
  12. {
  13. "name": "w_bathtub"
  14. },
  15. {
  16. "name": "s_bathtub"
  17. },
  18. {
  19. "name": "c_bathtub"
  20. },
  21. {
  22. "name": "bathtub1",
  23. "directions": 4
  24. },
  25. {
  26. "name": "human_bathing_overlay",
  27. "directions": 4
  28. },
  29. {
  30. "name": "full_bathtub_overlay",
  31. "directions": 4
  32. },
  33. {
  34. "name": "mist"
  35. },
  36. {
  37. "name": "st_bathtub"
  38. },
  39. {
  40. "name": "full_bathtub_overlay_2_2"
  41. },
  42. {
  43. "name": "full_bathtub_overlay_2"
  44. },
  45. {
  46. "name": "b_bathtub"
  47. }
  48. ]
  49. }