StarParticle Class Reference

#include <star.h>

Inheritance diagram for StarParticle:

Inheritance graph
[legend]
Collaboration diagram for StarParticle:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StarParticle ()

Detailed Description

Definition at line 26 of file star.h.


Constructor & Destructor Documentation

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:


The documentation for this class was generated from the following files:
Generated on Mon Jan 1 14:18:36 2007 for Wormux by  doxygen 1.4.7