Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tiledata / Room3.json
@小李xl 小李xl on 28 Feb 2023 687 bytes 优化寻找连接门代码
  1. {
  2. "Position": {
  3. "X": -1,
  4. "Y": -1
  5. },
  6. "Size": {
  7. "X": 21,
  8. "Y": 21
  9. },
  10. "DoorAreaInfos": [
  11. {
  12. "Direction": 1,
  13. "Start": 208,
  14. "End": 320
  15. },
  16. {
  17. "Direction": 3,
  18. "Start": 16,
  19. "End": 128
  20. },
  21. {
  22. "Direction": 2,
  23. "Start": 16,
  24. "End": 128
  25. },
  26. {
  27. "Direction": 0,
  28. "Start": 16,
  29. "End": 128
  30. },
  31. {
  32. "Direction": 1,
  33. "Start": 16,
  34. "End": 128
  35. },
  36. {
  37. "Direction": 3,
  38. "Start": 208,
  39. "End": 320
  40. },
  41. {
  42. "Direction": 0,
  43. "Start": 208,
  44. "End": 320
  45. },
  46. {
  47. "Direction": 2,
  48. "Start": 208,
  49. "End": 320
  50. }
  51. ]
  52. }