~starkingdoms/starkingdoms

82e5a5f763a3646713abdd8402f1a843ce99555e — core 5 months ago e1dacc5
feat: particle effect description 2
1 files changed, 0 insertions(+), 4 deletions(-)

M crates/unified/src/particle/mod.rs
M crates/unified/src/particle/mod.rs => crates/unified/src/particle/mod.rs +0 -4
@@ 51,8 51,4 @@ impl RandVec2 {
    pub fn sample(&self, rng: &mut impl Rng) -> Vec2 {
        Vec2::new(self.x.sample(rng), self.y.sample(rng))
    }
}

pub struct PColorCurve {
    pub color: ColorCurve<Color>,
}
\ No newline at end of file