fix scene formatting

This commit is contained in:
Carter Anderson 2020-05-25 12:53:26 -07:00
parent 0826d74163
commit ab66d21d2a

View File

@ -1,5 +1,4 @@
[ [
Entity( Entity(
id: 1401014920, id: 1401014920,
components: [ components: [
@ -8,7 +7,8 @@
"type": "load_scene::Test", "type": "load_scene::Test",
"x": 3.0, "x": 3.0,
"y": 4.0, "y": 4.0,
}, ], },
],
), ),
Entity( Entity(
id: 99763910, id: 99763910,
@ -26,5 +26,7 @@
{ {
"type": "load_scene::Foo", "type": "load_scene::Foo",
"value": "hello", "value": "hello",
}, ], },
),] ],
),
]