khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

Class diagram amendment request #281

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 24 May 2012 at 8:42