fix typo
This commit is contained in:
parent
f7f50a1b54
commit
1a0100b596
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ impl FromWorld for PlayerSpawnOneshot {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(super) fn plyer_plugin(app: &mut App) {
|
pub(super) fn player_plugin(app: &mut App) {
|
||||||
app.add_systems(OnEnter(AppState::InGame), add_player.in_set(IngameSet))
|
app.add_systems(OnEnter(AppState::InGame), add_player.in_set(IngameSet))
|
||||||
.init_resource::<PlayerSpawnOneshot>();
|
.init_resource::<PlayerSpawnOneshot>();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue