pub fn spawn_basic_scene(
    commands: Commands<'_, '_>,
    meshes: ResMut<'_, Assets<Mesh>>,
    materials: ResMut<'_, Assets<StandardMaterial>>
)