diff --git a/src/animation.rs b/src/animation.rs index 7aaf535..9bc2ad5 100644 --- a/src/animation.rs +++ b/src/animation.rs @@ -2,7 +2,7 @@ use std::{f32::consts::PI, ops::RangeInclusive}; use bevy::{ animation::{animated_field, AnimationTarget, AnimationTargetId}, - color::palettes::css::{BLACK, BLUE, GREEN, PINK, RED}, + color::palettes::css::{BLUE, GREEN, RED}, prelude::*, utils::HashMap, };