mirror of
https://github.com/bevyengine/bevy
synced 2024-11-24 21:53:07 +00:00
fix scene formatting
This commit is contained in:
parent
0826d74163
commit
ab66d21d2a
1 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
[
|
||||
|
||||
Entity(
|
||||
id: 1401014920,
|
||||
components: [
|
||||
|
@ -8,7 +7,8 @@
|
|||
"type": "load_scene::Test",
|
||||
"x": 3.0,
|
||||
"y": 4.0,
|
||||
}, ],
|
||||
},
|
||||
],
|
||||
),
|
||||
Entity(
|
||||
id: 99763910,
|
||||
|
@ -26,5 +26,7 @@
|
|||
{
|
||||
"type": "load_scene::Foo",
|
||||
"value": "hello",
|
||||
}, ],
|
||||
),]
|
||||
},
|
||||
],
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue