manifest.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "lighting_angle": 60,
  3. "lighting_elevation": 65,
  4. "depth_influence": 0,
  5. "tiled_normals": true,
  6. "hard_edge_threshold": 0.25,
  7. "pad_to_full_length": false,
  8. "solid_base": true,
  9. "soften_edges": 0.5,
  10. "fade_to_black": false,
  11. "sampler": "square",
  12. "accuracy": 7,
  13. "overlap": 0,
  14. "joggle": 0,
  15. "detail_boost": 15.0,
  16. "falloff_adjustment": 0.25,
  17. "max_colour_push": 0,
  18. "fosterise": false,
  19. "suppress_edge_fosterisation": true,
  20. "shadow_threshold": 0.1,
  21. "soft_shadow": true,
  22. "contrast": 0.1,
  23. "size": {
  24. "x": 256,
  25. "y": 256,
  26. "z": 256
  27. },
  28. "render_elevation": 30,
  29. "sprites": [
  30. {
  31. "angle": 45,
  32. "width": 64,
  33. "height": 0
  34. },
  35. {
  36. "angle": 135,
  37. "width": 64,
  38. "height": 0
  39. },
  40. {
  41. "angle": 225,
  42. "width": 64,
  43. "height": 0
  44. },
  45. {
  46. "angle": 315,
  47. "width": 64,
  48. "height": 0
  49. },
  50. {
  51. "angle": 45,
  52. "width": 64,
  53. "height": 0,
  54. "flip": true
  55. },
  56. {
  57. "angle": 135,
  58. "width": 64,
  59. "height": 0,
  60. "flip": true
  61. },
  62. {
  63. "angle": 225,
  64. "width": 64,
  65. "height": 0,
  66. "flip": true
  67. },
  68. {
  69. "angle": 315,
  70. "width": 64,
  71. "height": 0,
  72. "flip": true
  73. }
  74. ]
  75. }