bevy/assets/scene/load_scene_example.scn

32 lines
491 B
Text
Raw Normal View History

2020-05-22 00:21:33 +00:00
[
Entity(
id: 510837483,
components: [
{
"type": "load_scene::ComponentA",
"map": {
"x": 3.0,
"y": 4.0,
},
}, ],
),
Entity(
id: 1069398672,
components: [
{
"type": "load_scene::ComponentA",
"map": {
"x": 1.0,
"y": 2.0,
},
},
{
"type": "load_scene::ComponentB",
"map": {
"value": "hello",
},
}, ],
),]