Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tiledata / testGroup / inlet / Room1.json
@小李xl 小李xl on 7 Apr 2023 508 bytes 房间添加权重功能
  1. {
  2. "Position": {
  3. "X": -1,
  4. "Y": -1
  5. },
  6. "Size": {
  7. "X": 12,
  8. "Y": 8
  9. },
  10. "DoorAreaInfos": [],
  11. "NavigationList": [
  12. {
  13. "Type": 0,
  14. "Points": [
  15. {
  16. "X": 8,
  17. "Y": 8
  18. },
  19. {
  20. "X": 152,
  21. "Y": 8
  22. },
  23. {
  24. "X": 152,
  25. "Y": 88
  26. },
  27. {
  28. "X": 8,
  29. "Y": 88
  30. }
  31. ]
  32. }
  33. ],
  34. "GroupName": "testGroup",
  35. "RoomType": 1,
  36. "FileName": "Room1",
  37. "Weight": 100
  38. }