replaced errors with todo's for now. This runs
This commit is contained in:
parent
d40c2546e2
commit
3eeff6b11a
|
@ -18,7 +18,6 @@ pub struct HoldableObject {
|
|||
pub transform: Transform,
|
||||
/// Initial Rotation in degrees
|
||||
pub y_rot: f32,
|
||||
|
||||
pub asset_handle: Handle<Gltf>,
|
||||
|
||||
}
|
||||
|
@ -26,7 +25,7 @@ pub struct HoldableObject {
|
|||
impl HoldableObject {
|
||||
pub fn spawn_in_world(&mut self, mut commands: Commands) -> Entity {
|
||||
commands.spawn(SceneBundle {
|
||||
scene: ,
|
||||
scene: todo!(),
|
||||
transform: todo!(),
|
||||
global_transform: todo!(),
|
||||
visibility: todo!(),
|
||||
|
|
Loading…
Reference in New Issue