item flashing
This commit is contained in:
@@ -41,7 +41,6 @@ pub fn spawn_rabbits(
|
||||
mut rng_q: Query<&mut Entropy<WyRand>, With<Global>>,
|
||||
) {
|
||||
if let Ok(mut rng) = rng_q.single_mut() {
|
||||
// Spawn a handful of rabbits
|
||||
for _ in 0..15 {
|
||||
let rab = commands
|
||||
.spawn(Rabbit::new(
|
||||
|
||||
Reference in New Issue
Block a user