Advertisement
Guest User

Untitled

a guest
May 18th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "Name": "Test",
  3. "SceneContent": [
  4. "tex_Crate.png",
  5. "CheckboxChecked.bmp",
  6. "CheckboxUnChecked.bmp"
  7. ],
  8. "GameObjects": [
  9. {
  10. "Drawable": true,
  11. "Height": 10.0,
  12. "Width": 10.0,
  13. "Position": {
  14. "X": 100.0,
  15. "Y": 100.0
  16. },
  17. "TextureName": "tex_Crate.png",
  18. "Type": 2,
  19. "Name": "crate"
  20. },
  21. {
  22. "Drawable": true,
  23. "Height": 10.0,
  24. "Width": 10.0,
  25. "Position": {
  26. "X": 105.0,
  27. "Y": 80.0
  28. },
  29. "TextureName": "tex_Crate.png",
  30. "Type": 2,
  31. "Name": "crate2"
  32. },
  33. {
  34. "Drawable": false,
  35. "Height": 0.0,
  36. "Width": 0.0,
  37. "Position": {
  38. "X": -1000.0,
  39. "Y": 300.0
  40. },
  41. "TextureName": null,
  42. "Type": 0,
  43. "Name": "floor"
  44. }
  45. ]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement