Merge branch 'main' of ssh://tudbut.de:222/HAWGameJam13/game

This commit is contained in:
TudbuT 2024-11-24 08:24:08 +01:00
commit 5e8adfbacd
No known key found for this signature in database
GPG key ID: B3CF345217F202D3

View file

@ -40,7 +40,7 @@ fn main() {
App::new()
.add_plugins(DefaultPlugins)
.add_plugins(RapierPhysicsPlugin::<NoUserData>::pixels_per_meter(METER))
//.add_plugins(RapierDebugRenderPlugin::default())
.add_plugins(RapierDebugRenderPlugin::default())
.add_systems(Startup, setup_camera)
.add_plugins(game_plugin)
.add_plugins(parallax_plugin)