non-working version migrating to bevy 0.9
This commit is contained in:
parent
b4965a3b05
commit
5961b984f8
2 changed files with 13 additions and 13 deletions
|
@ -17,9 +17,9 @@ pub struct Position { x: f32, y: f32 }
|
|||
|
||||
|
||||
pub fn build_scene(mut commands: Commands) {
|
||||
commands.spawn()
|
||||
.insert(Person)
|
||||
.insert(Position { x: 10.0, y: 10.0 } );
|
||||
// commands.spawn()
|
||||
// .insert(Person)
|
||||
// .insert(Position { x: 10.0, y: 10.0 } );
|
||||
|
||||
// camera
|
||||
// commands.spawn_bundle(OffAxisProjection {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue