Advertisement
Dunedune

Untitled

Dec 27th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {"tileset": [
  2. {"grass":
  3. {
  4. "basetile": 1,
  5.  
  6. "rules": [
  7. {
  8. "index": 16,
  9. "condition": [
  10. {"x": 0, "y": -1, "value": "empty"},
  11. ]
  12.  
  13. },
  14. {
  15. "index": 32,
  16. "condition": [
  17. {"x": 0, "y": -1, "value": "empty"},
  18. {"x": -1, "y": 0, "value": "empty"},
  19. {"x": 1, "y": 0, "value": "full"},
  20. ]
  21. }]
  22. }
  23. }]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement