Skip to content

Commit

Permalink
Fix scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
rewin123 committed Dec 18, 2023
1 parent f5563e0 commit 673d7a0
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 82 deletions.
30 changes: 15 additions & 15 deletions assets/physics_loading_test.scn.ron
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name: "Player",
),
"bevy_render::view::visibility::Visibility": Inherited,
"prefab::component::material::MaterialPrefab": (
"space_prefab::component::material::MaterialPrefab": (
base_color: Rgba(
red: 1.0,
green: 1.0,
Expand Down Expand Up @@ -53,14 +53,14 @@
parallax_mapping_method: Occlusion,
max_parallax_layer_count: 16.0,
),
"prefab::component::shape::MeshPrimitivePrefab": Cube(1.0),
"prefab::save::ChildrenPrefab": ([
"space_prefab::component::shape::MeshPrimitivePrefab": Cube(1.0),
"space_prefab::save::ChildrenPrefab": ([
4294967318,
4294967317,
4294967314,
]),
"bevy_xpbd_plugin::collider::ColliderPrefab": FromPrefabMesh,
"bevy_xpbd_plugin::registry::RigidBodyPrefab": Dynamic,
"space_bevy_xpbd_plugin::collider::ColliderPrefab": FromPrefabMesh,
"space_bevy_xpbd_plugin::registry::RigidBodyPrefab": Dynamic,
"bevy_xpbd_3d::components::mass_properties::Mass": (148.00037),
"bevy_xpbd_3d::components::Friction": (
dynamic_coefficient: 0.3,
Expand Down Expand Up @@ -111,7 +111,7 @@
),
),
"bevy_render::view::visibility::Visibility": Inherited,
"prefab::component::material::MaterialPrefab": (
"space_prefab::component::material::MaterialPrefab": (
base_color: Rgba(
red: 0.0,
green: 0.0,
Expand Down Expand Up @@ -143,7 +143,7 @@
parallax_mapping_method: Occlusion,
max_parallax_layer_count: 16.0,
),
"prefab::component::shape::MeshPrimitivePrefab": Box((
"space_prefab::component::shape::MeshPrimitivePrefab": Box((
w: 0.2,
h: 0.2,
d: 0.2,
Expand All @@ -170,7 +170,7 @@
name: "Cube",
),
"bevy_render::view::visibility::Visibility": Inherited,
"prefab::component::material::MaterialPrefab": (
"space_prefab::component::material::MaterialPrefab": (
base_color: Rgba(
red: 1.0,
green: 1.0,
Expand Down Expand Up @@ -202,13 +202,13 @@
parallax_mapping_method: Occlusion,
max_parallax_layer_count: 16.0,
),
"prefab::component::shape::MeshPrimitivePrefab": Box((
"space_prefab::component::shape::MeshPrimitivePrefab": Box((
w: 5.0,
h: 1.0,
d: 5.0,
)),
"bevy_xpbd_plugin::collider::ColliderPrefab": FromPrefabMesh,
"bevy_xpbd_plugin::registry::RigidBodyPrefab": Static,
"space_bevy_xpbd_plugin::collider::ColliderPrefab": FromPrefabMesh,
"space_bevy_xpbd_plugin::registry::RigidBodyPrefab": Static,
"bevy_xpbd_3d::components::mass_properties::Mass": (3749.0),
"bevy_xpbd_3d::components::Friction": (
dynamic_coefficient: 0.3,
Expand Down Expand Up @@ -259,7 +259,7 @@
),
),
"bevy_render::view::visibility::Visibility": Inherited,
"prefab::component::material::MaterialPrefab": (
"space_prefab::component::material::MaterialPrefab": (
base_color: Rgba(
red: 1.0,
green: 1.0,
Expand Down Expand Up @@ -291,7 +291,7 @@
parallax_mapping_method: Occlusion,
max_parallax_layer_count: 16.0,
),
"prefab::component::shape::MeshPrimitivePrefab": Box((
"space_prefab::component::shape::MeshPrimitivePrefab": Box((
w: 0.2,
h: 0.2,
d: 0.5,
Expand All @@ -314,7 +314,7 @@
),
),
"bevy_render::view::visibility::Visibility": Inherited,
"prefab::component::material::MaterialPrefab": (
"space_prefab::component::material::MaterialPrefab": (
base_color: Rgba(
red: 0.0,
green: 0.0,
Expand Down Expand Up @@ -346,7 +346,7 @@
parallax_mapping_method: Occlusion,
max_parallax_layer_count: 16.0,
),
"prefab::component::shape::MeshPrimitivePrefab": Box((
"space_prefab::component::shape::MeshPrimitivePrefab": Box((
w: 0.2,
h: 0.2,
d: 0.2,
Expand Down
Loading

0 comments on commit 673d7a0

Please sign in to comment.