Press space to shoot, despawn shots at the edge of the screen
Showing
- Cargo.lock 86 additions, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- src/entities/mod.rs 3 additions, 2 deletionssrc/entities/mod.rs
- src/entities/motion.rs 3 additions, 0 deletionssrc/entities/motion.rs
- src/entities/player.rs 17 additions, 6 deletionssrc/entities/player.rs
- src/entities/spawning.rs 112 additions, 2 deletionssrc/entities/spawning.rs
- src/main.rs 1 addition, 0 deletionssrc/main.rs
- src/utilities.rs 6 additions, 0 deletionssrc/utilities.rs
... | ... | @@ -7,6 +7,7 @@ edition = "2021" |
[dependencies] | ||
log = "0.4.19" | ||
bevy_prototype_lyon = "0.8.0" | ||
[dependencies.bevy] | ||
version = "0.10.1" | ||
... | ... |
Please register or sign in to comment