project.json 596 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "__version__": "1.0.1",
  3. "general": {
  4. "designResolution": {
  5. "width": 720,
  6. "height": 1280
  7. }
  8. },
  9. "physics": {
  10. "collisionGroups": [
  11. {
  12. "index": 1,
  13. "name": "pushTouch"
  14. },
  15. {
  16. "index": 2,
  17. "name": "wall"
  18. },
  19. {
  20. "index": 3,
  21. "name": "goods"
  22. }
  23. ],
  24. "collisionMatrix": {
  25. "0": 0,
  26. "1": 0,
  27. "2": 8,
  28. "3": 28
  29. },
  30. "gravity": {
  31. "y": -18
  32. },
  33. "defaultMaterial": {
  34. "friction": 0.8,
  35. "restitution": 0.5,
  36. "spinningFriction": 0.1
  37. }
  38. }
  39. }