spawn in player!!!! yay

This commit is contained in:
Schrottkatze 2024-11-23 18:42:52 +01:00
parent 802a81eae7
commit eb85af98d5
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
3 changed files with 22 additions and 5 deletions

View file

@ -11,6 +11,7 @@ mod set;
pub const WORLD_DEPTH: f32 = 0.5;
pub const PLAYER_DEPTH: f32 = 0.5;
pub const PLAYER_SIZE_FRACTION: f32 = 0.8;
pub fn game_plugin(app: &mut App) {
app.add_plugins((player_plugin, scene_plugin));