meta.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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": "inhand-left",
  39. "directions": 4
  40. },
  41. {
  42. "name": "inhand-right",
  43. "directions": 4
  44. },
  45. {
  46. "name": "inhand-left-light",
  47. "directions": 4
  48. },
  49. {
  50. "name": "inhand-right-light",
  51. "directions": 4
  52. },
  53. {
  54. "name": "equipped-BELT",
  55. "directions": 4
  56. },
  57. {
  58. "name": "flashlightjap",
  59. "directions": 1
  60. },
  61. {
  62. "name": "flashlightjap-on",
  63. "directions": 1
  64. },
  65. ]
  66. }