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