#include <star.h>
Inheritance diagram for StarParticle:
Public Member Functions | |
StarParticle () |
Definition at line 26 of file star.h.
StarParticle::StarParticle | ( | ) |
Definition at line 25 of file star.cpp.
00025 : 00026 Particle("star_particle") 00027 { 00028 m_initial_time_to_live = 30; 00029 m_left_time_to_live = m_initial_time_to_live; 00030 m_time_between_scale = 50; 00031 00032 image = ParticleEngine::GetSprite(STAR_spr); 00033 image->Scale(0.0, 0.0); 00034 SetSize( Point2i(1, 1) ); 00035 } }
Here is the call graph for this function: