bevy/assets/scenes/load_scene_example.scn
Carter Anderson 70ad6671db
ecs: use generational entity ids and other optimizations (#504)
ecs: use generational entity ids and other optimizations
2020-09-17 17:16:38 -07:00

32 lines
No EOL
434 B
Text

[
(
entity: 0,
components: [
{
"type": "ComponentB",
"map": {
"value": "hello",
},
},
{
"type": "ComponentA",
"map": {
"x": 1.0,
"y": 2.0,
},
},
],
),
(
entity: 1,
components: [
{
"type": "ComponentA",
"map": {
"x": 3.0,
"y": 4.0,
},
},
],
),
]