make alien a collider

This commit is contained in:
2025-03-03 21:21:59 +01:00
parent 50f279eb8a
commit 4f4cc1ee27
2 changed files with 15 additions and 9 deletions

View File

@@ -72,6 +72,7 @@ fn main() {
}));
app.add_plugins(PhysicsPlugins::default());
app.add_plugins(PhysicsDebugPlugin::default());
// bevy_flycam setup so we can get a closer look at the scene, mainly for debugging
app.add_plugins(PlayerPlugin);