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
|
@ -73,16 +73,16 @@ pub fn camera_setup(mut commands: Commands) {
|
|||
|
||||
print!("Setup {0}",line!());
|
||||
|
||||
commands.spawn_bundle((
|
||||
camera,
|
||||
projection,
|
||||
frustum,
|
||||
VisibleEntities::default(),
|
||||
transform,
|
||||
GlobalTransform::default(),
|
||||
// Camera2d,
|
||||
)
|
||||
);
|
||||
// commands.spawn_bundle((
|
||||
// camera,
|
||||
// projection,
|
||||
// frustum,
|
||||
// VisibleEntities::default(),
|
||||
// transform,
|
||||
// GlobalTransform::default(),
|
||||
// // Camera2d,
|
||||
// )
|
||||
// );
|
||||
|
||||
print!("Setup {0}",line!());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue