Level1.gplevel 863 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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": "TargetActor",
  13. "properties": {
  14. "position": [1450.0, 0.0, 100.0]
  15. }
  16. },
  17. {
  18. "type": "TargetActor",
  19. "properties": {
  20. "position": [1450.0, 0.0, 400.0]
  21. }
  22. },
  23. {
  24. "type": "TargetActor",
  25. "properties": {
  26. "position": [1450.0, -500.0, 200.0]
  27. }
  28. },
  29. {
  30. "type": "TargetActor",
  31. "properties": {
  32. "position": [1450.0, 500.0, 200.0]
  33. }
  34. },
  35. {
  36. "type": "TargetActor",
  37. "properties": {
  38. "position": [0.0, -1450.0, 200.0],
  39. "rotation": [0.0, 0.0, 0.7071, 0.7071]
  40. }
  41. },
  42. {
  43. "type": "TargetActor",
  44. "properties": {
  45. "position": [0.0, 1450.0, 200.0],
  46. "rotation": [0.0, 0.0, -0.7071, 0.7071]
  47. }
  48. }
  49. ]
  50. }