Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / RoomConfig.json
@小李xl 小李xl on 27 Feb 2023 763 bytes 转角门, 开发中...
  1. [
  2. {
  3. "ScenePath": "res://resource/map/tileMaps/Room3.tscn",
  4. "ConfigPath": "res://resource/map/tiledata/Room3.json",
  5. "RoomInfo": {
  6. "Position": {
  7. "X": -1,
  8. "Y": -1
  9. },
  10. "Size": {
  11. "X": 21,
  12. "Y": 21
  13. },
  14. "DoorAreaInfos": [
  15. {
  16. "Direction": 1,
  17. "Start": 16,
  18. "End": 144
  19. },
  20. {
  21. "Direction": 3,
  22. "Start": 208,
  23. "End": 272
  24. },
  25. {
  26. "Direction": 2,
  27. "Start": 208,
  28. "End": 272
  29. },
  30. {
  31. "Direction": 0,
  32. "Start": 16,
  33. "End": 144
  34. },
  35. {
  36. "Direction": 2,
  37. "Start": 64,
  38. "End": 144
  39. }
  40. ]
  41. }
  42. }
  43. ]