Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "time": 60,
- "height": 4,
- "width": 4,
- "limit": {
- "1": 1,
- "3": 1,
- "4": 1,
- "5": 2,
- "6": 2
- },
- "tiles": [
- [
- {
- "type": 11
- },
- 0,
- 0,
- {
- "type": 9
- }
- ],
- [
- 0,
- 0,
- {
- "type": 7
- }
- ],
- [
- {
- "type": 3
- },
- 0,
- 0,
- {
- "type": 4
- }
- ],
- [
- {
- "type": 8
- },
- 0,
- 0,
- {
- "type": 11
- }
- ]
- ],
- "items": [
- {
- "x": 2,
- "y": 2,
- "type": "ring"
- },
- {
- "x": 3,
- "y": 1,
- "type": "coin"
- },
- {
- "x": 0,
- "y": 1,
- "type": "crystal"
- }
- ],
- "characters": [
- {
- "type": "player",
- "position": 1000,
- "rotation": 1,
- "speed": 2,
- "x": 0,
- "y": 3
- }
- ]
- }
- {"time":60,"height":4,"width":4,"limit":{"1":1,"3":1,"4":1,"5":2,"6":2},"tiles":[[{"type":11},0,0,{"type":9}],[0,0,{"type":7}],[{"type":3},0,0,{"type":4}],[{"type":8},0,0,{"type":11}]],"items":[{"x":2,"y":2,"type":"ring"},{"x":3,"y":1,"type":"coin"},{"x":0,"y":1,"type":"crystal"}],"characters":[{"type":"player","position":1000,"rotation":1,"speed":2,"x":0,"y":3}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement