bevy/assets/scene/load_scene_example.scn
2020-05-21 18:23:22 -07:00

32 lines
593 B
Plaintext

[
(
entity: 2309003120,
components: [
(
type: "Test",
data: (
x: 3,
y: 4,
),
),
(
type: "Foo",
data: (
value: "hi",
),
),
],
),
(
entity: 4238063392,
components: [
(
type: "Test",
data: (
x: 3,
y: 4,
),
),
],
),
]