1,1.json 357 B

12345678910111213141516171819
  1. {
  2. "room": {
  3. "width": 64,
  4. "height": 720,
  5. "center": {
  6. "x": 32,
  7. "y": 22
  8. },
  9. "tileSize": {
  10. "width": 16,
  11. "height": 16
  12. }
  13. },
  14. "backgroundRegions": [
  15. {"x": 0, "y": 0, "width": 64, "height": 45, "color": "#808080"},
  16. {"x": 32, "y": 21, "width": 5, "height": 4, "color": "#464646"}
  17. ],
  18. "backgroundTiles": {}
  19. }