meta.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "version": 1,
  3. "license": "AGPL-3.0",
  4. "copyright": "Exported from https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "flashlight"
  12. },
  13. {
  14. "name": "flashlight-on"
  15. },
  16. {
  17. "name": "flashlight-on-red"
  18. },
  19. {
  20. "name": "flashlight-on-green"
  21. },
  22. {
  23. "name": "militarylightalt"
  24. },
  25. {
  26. "name": "militarylightalt-on"
  27. },
  28. {
  29. "name": "militarylightalt-on-red"
  30. },
  31. {
  32. "name": "militarylightalt-on-green"
  33. },
  34. {
  35. "name": "flashlight-overlay"
  36. },
  37. {
  38. "name": "militarylightalt-overlay"
  39. },
  40. {
  41. "name": "inhand-left",
  42. "directions": 4
  43. },
  44. {
  45. "name": "inhand-right",
  46. "directions": 4
  47. },
  48. {
  49. "name": "inhand-left-light",
  50. "directions": 4
  51. },
  52. {
  53. "name": "inhand-right-light",
  54. "directions": 4
  55. },
  56. {
  57. "name": "equipped-BELT",
  58. "directions": 4
  59. },
  60. {
  61. "name": "flashlightjap",
  62. "directions": 1
  63. },
  64. {
  65. "name": "flashlightjap-on",
  66. "directions": 1
  67. }
  68. ]
  69. }