use bevy::math::Vec3; use bevy::prelude::*; use bevy::render::texture::ImageSettings; use gems::cell::{self, AnimationTimer, Cell, Occupant}; use gems::constants; use rand::{thread_rng, Rng}; use std::time::Duration; fn star_spawning( mut commands: Commands, time: Res