 754194fd24
			
		
	
	
		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
		
	
	
		
			856 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			856 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| (
 | |
|   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,
 | |
|         ),
 | |
|       },
 | |
|     ),
 | |
|   },
 | |
| ) |