aaaaa
This commit is contained in:
parent
a9d0678820
commit
1b53a5f15f
3 changed files with 4 additions and 12 deletions
|
@ -19,6 +19,10 @@ pub fn add_player(
|
|||
asset_server: Res<AssetServer>,
|
||||
) {
|
||||
// TODO replace
|
||||
commands.spawn(SpriteBundle {
|
||||
texture: asset_server.load("assets/Blockgrau.png"),
|
||||
..Default::default()
|
||||
});
|
||||
|
||||
commands
|
||||
.spawn((
|
||||
|
|
|
@ -7,6 +7,4 @@ use crate::AppState;
|
|||
|
||||
pub(super) fn scene_plugin(app: &mut App) {
|
||||
app.add_plugins(EditorPlugin::default());
|
||||
app.add_plugins(ScenePlugin);
|
||||
// app.add_systems(, )
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue