use bevy::math::Vec3; use bevy::prelude::*; use bevy::window::{PrimaryWindow, WindowResolution}; 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