Skip to content

Commit

Permalink
fix scene formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed May 25, 2020
1 parent 0826d74 commit ab66d21
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions assets/scene/load_scene_example.scn
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[

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

0 comments on commit ab66d21

Please sign in to comment.