Level2.gplevel 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "version": 1,
  3. "globalProperties": {
  4. "ambientLight": [0.2, 0.2, 0.2],
  5. "directionalLight": {
  6. "direction": [0.0, -0.707, -0.707],
  7. "color": [0.78, 0.88, 1.0]
  8. }
  9. },
  10. "actors": [
  11. {
  12. "type": "Actor",
  13. "properties": {
  14. "position": [0.0, 0.0, 0.0],
  15. "scale": 5.0
  16. },
  17. "components": [
  18. {
  19. "type": "MeshComponent",
  20. "properties": {
  21. "meshFile": "Assets/Sphere.gpmesh"
  22. }
  23. }
  24. ]
  25. },
  26. {
  27. "type": "TargetActor",
  28. "properties": {
  29. "position": [1450.0, 0.0, 100.0]
  30. },
  31. "components": [
  32. {
  33. "type": "MeshComponent",
  34. "properties": {
  35. "meshFile": "Assets/Sphere.gpmesh"
  36. }
  37. }
  38. ]
  39. },
  40. {
  41. "type": "TargetActor",
  42. "properties": {
  43. "position": [1450.0, 0.0, 400.0]
  44. }
  45. },
  46. {
  47. "type": "TargetActor",
  48. "properties": {
  49. "position": [1450.0, -500.0, 200.0]
  50. }
  51. },
  52. {
  53. "type": "TargetActor",
  54. "properties": {
  55. "position": [1450.0, 500.0, 200.0]
  56. }
  57. },
  58. {
  59. "type": "TargetActor",
  60. "properties": {
  61. "position": [0.0, -1450.0, 200.0],
  62. "rotation": [0.0, 0.0, 0.7071, 0.7071]
  63. }
  64. },
  65. {
  66. "type": "TargetActor",
  67. "properties": {
  68. "position": [0.0, 1450.0, 200.0],
  69. "rotation": [0.0, 0.0, -0.7071, 0.7071]
  70. }
  71. }
  72. ]
  73. }