Files
mjs/01300.пример.json.js

34 lines
747 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

мир.разобрать({
заголовок: "РК 0.1.0",
платформы: {
пол: {
x: 400,
y: 500,
ширина: 700,
высота: 50,
цвет: "#550055",
},
квадрат1: {
x: 400,
y: 300,
статика: false,
цвет: "#aaaaaa",
},
квадрат2: {
x: 415,
y: 470,
статика: true,
цвет: "#aaffaa",
},
},
спрайты: {
ящик: {
x: 0,
y: 200,
ширина: 20,
высота: 20,
цвет: "0000ff",
},
},
});