manifest.json 1.1 KB

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