mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
754194fd24
# Objective Fixes #15828 ## Solution Ran the example to generate `load_scene_example-new.scn.ron` and replaced `load_scene_example.scn.ron` with the contents. ## Testing `cargo run --example scene`
38 lines
No EOL
856 B
Text
38 lines
No EOL
856 B
Text
(
|
|
resources: {
|
|
"scene::ResourceA": (
|
|
score: 1,
|
|
),
|
|
},
|
|
entities: {
|
|
4294967296: (
|
|
components: {
|
|
"bevy_core::name::Name": (
|
|
hash: 17588334858059901562,
|
|
name: "joe",
|
|
),
|
|
"bevy_transform::components::global_transform::GlobalTransform": ((1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0)),
|
|
"bevy_transform::components::transform::Transform": (
|
|
translation: (0.0, 0.0, 0.0),
|
|
rotation: (0.0, 0.0, 0.0, 1.0),
|
|
scale: (1.0, 1.0, 1.0),
|
|
),
|
|
"scene::ComponentA": (
|
|
x: 1.0,
|
|
y: 2.0,
|
|
),
|
|
"scene::ComponentB": (
|
|
value: "hello",
|
|
),
|
|
},
|
|
),
|
|
4294967297: (
|
|
components: {
|
|
"scene::ComponentA": (
|
|
x: 3.0,
|
|
y: 4.0,
|
|
),
|
|
},
|
|
),
|
|
},
|
|
) |