heute fertig(tm)
This commit is contained in:
parent
b72cfae04b
commit
1bf852aff4
2 changed files with 9 additions and 1 deletions
6
src/game/scene.rs
Normal file
6
src/game/scene.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
use bevy::prelude::*;
|
||||
use bevy_rapier2d::prelude::*;
|
||||
|
||||
pub(super) fn scene_plugin(app: &mut App) {
|
||||
// app.add_systems(, )
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue