Cena, can you please update the Countdown class to have the following variables
and functions
Variables:
Rectangle r;
int counter;
SoundEffect effect1;
SoundEffect effect2;
Texture2D[] numbers;
Functions:
void InitializeCountDown(Texture2D Texthree, Texture2D Textwo, Texture2D
Texone, Texture2D Texgo, SoundEffect Seffect1, SoundEffect Seffect2)
void Update()
void Draw(SpriteBatch spriteBatch)
void PlaySoundEffects()
void DrawCountdown(SpriteBatch spriteBatch, int x, int y)
Original issue reported on code.google.com by asamg...@gmail.com on 24 May 2012 at 6:02
Original issue reported on code.google.com by
asamg...@gmail.com
on 24 May 2012 at 6:02