47 lines
		
	
	
		
			781 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			781 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
(
 | 
						|
  resources: {
 | 
						|
    "scene::ResourceA": (
 | 
						|
      score: 2,
 | 
						|
    ),
 | 
						|
  },
 | 
						|
  entities: {
 | 
						|
    0: (
 | 
						|
      components: {
 | 
						|
        "bevy_transform::components::transform::Transform": (
 | 
						|
          translation: (
 | 
						|
            x: 0.0,
 | 
						|
            y: 0.0,
 | 
						|
            z: 0.0
 | 
						|
          ),
 | 
						|
          rotation: (
 | 
						|
            x: 0.0,
 | 
						|
            y: 0.0,
 | 
						|
            z: 0.0,
 | 
						|
            w: 1.0,
 | 
						|
          ),
 | 
						|
          scale: (
 | 
						|
            x: 1.0,
 | 
						|
            y: 1.0,
 | 
						|
            z: 1.0
 | 
						|
          ),
 | 
						|
        ),
 | 
						|
        "scene::ComponentB": (
 | 
						|
          value: "hello",
 | 
						|
        ),
 | 
						|
        "scene::ComponentA": (
 | 
						|
          x: 1.0,
 | 
						|
          y: 2.0,
 | 
						|
        ),
 | 
						|
      },
 | 
						|
    ),
 | 
						|
    1: (
 | 
						|
      components: {
 | 
						|
        "scene::ComponentA": (
 | 
						|
          x: 3.0,
 | 
						|
          y: 4.0,
 | 
						|
        ),
 | 
						|
      },
 | 
						|
    ),
 | 
						|
  }
 | 
						|
)
 |