Esempio n. 1
0
 public void draw(SpriteBatch spriteBatch)
 {
     if (m_IsActive == true)
     {
         m_Animate.draw(spriteBatch);
     }
 }
Esempio n. 2
0
 public void draw(SpriteBatch spriteBatch)
 {
     if (IsActive == true)
     {
         m_NarwhalGun.draw(spriteBatch);
         m_Animate.draw(spriteBatch);
         m_LavaWave.draw(spriteBatch);
         m_Lava.draw(spriteBatch);
     }
 }
Esempio n. 3
0
 virtual public void draw(SpriteBatch spriteBatch)
 {
     m_Animate.draw(spriteBatch);
 }