Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. {
  2. "startingRoom": "Princess Peach's Castle",
  3. "endingRoom": "Final Destination",
  4. "rooms": [
  5. {
  6. "name": "Mute City",
  7. "description": "You are in Mute City! You are on a platform, with race cars whizzing by beneath you and a purple skyline behind you.",
  8. "items": [],
  9. "directions": [
  10. {
  11. "directionName": "East",
  12. "room": "Onett",
  13. "enabled": "true",
  14. "validKeyNames": []
  15. },
  16. {
  17. "directionName": "Up",
  18. "room": "Mushroom Kingdom",
  19. "enabled": "true",
  20. "validKeyNames": []
  21. }
  22. ]
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement