Home
last modified time | relevance | path

Searched refs:FountainParticle (Results 1 – 2 of 2) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/eye_candy/
H A Deffect_fountain.cpp13 FountainParticle::FountainParticle(Effect* _effect, ParticleMover* _mover, in FountainParticle() function in ec::FountainParticle
47 float FountainParticle::get_burn() const in get_burn()
59 bool FountainParticle::idle(const Uint64 delta_t) in idle()
93 Uint32 FountainParticle::get_texture() in get_texture()
178 …new FountainParticle(this, mover, coords, velocity, hue_adjust, saturation_adjust, base_height, ba… in idle()
H A Deffect_fountain.h17 class FountainParticle : public Particle
20 FountainParticle(Effect* _effect, ParticleMover* _mover,
26 ~FountainParticle() in ~FountainParticle()