Проверить Matter.js
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
367B

  1. мир.разобрать({
  2. заголовок: "РК 0.1.0",
  3. платформы: {
  4. полка1: {
  5. x: 100,
  6. y: 100,
  7. },
  8. },
  9. спрайты: {
  10. ящик: {
  11. x: 0,
  12. y: 200,
  13. ширина: 20,
  14. высота: 20,
  15. цвет: "0000ff",
  16. },
  17. },
  18. });