use bevy::math::Vec3; use bevy::prelude::*; use gems::cell::{self, Cell, Occupant}; use gems::constants; use rand::{thread_rng, Rng}; fn star_spawning_system(commands: &mut Commands, time: Res