TheCoderPal / terasoft-summer-reunited

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

As a User,I can see animation of my reward at middle of screen. #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Displaying some animation notifying the user that he beat the virus.

Original issue reported on code.google.com by asamg...@gmail.com on 25 Sep 2012 at 8:10

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r361.

Added an image to be displayed on winning.

Original comment by asamg...@gmail.com on 27 Sep 2012 at 8:00

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r362.

Committed the sol file.

Original comment by asamg...@gmail.com on 27 Sep 2012 at 8:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r363.

Added the HorizontalAnimation function.

Original comment by asamg...@gmail.com on 27 Sep 2012 at 9:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r364.

Added the Boss Screen.

Original comment by asamg...@gmail.com on 27 Sep 2012 at 9:06

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r365.

Committed the contentproj file.

Original comment by asamg...@gmail.com on 27 Sep 2012 at 9:19

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r367.

Committed the sln file.

Original comment by asamg...@gmail.com on 27 Sep 2012 at 9:31

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r369.

Included an animation for the sword reward.

Original comment by asamg...@gmail.com on 27 Sep 2012 at 10:37

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r370.

Included an animation for the shield reward.

Original comment by asamg...@gmail.com on 27 Sep 2012 at 11:17

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r371.

Modified the sword animation.

Original comment by asamg...@gmail.com on 27 Sep 2012 at 11:35

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r372.

Added to images to be used to give an idea to the user about the sword and the 
shield.

Original comment by asamg...@gmail.com on 28 Sep 2012 at 3:52

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r374.

Modified the LoadContent function to load the shield texture only once.

Original comment by asamg...@gmail.com on 28 Sep 2012 at 2:47

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r377.

Used a different image to notify the player that he passed the level.

Original comment by asamg...@gmail.com on 28 Sep 2012 at 4:21

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r379.

Added a soundeffect to be used during the animation.

Original comment by asamg...@gmail.com on 28 Sep 2012 at 4:38

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r380.

Committed the contentproj file.

Original comment by asamg...@gmail.com on 28 Sep 2012 at 4:39

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r381.

Included the sound effect in the screen.

Original comment by asamg...@gmail.com on 28 Sep 2012 at 4:44

GoogleCodeExporter commented 9 years ago
Imp Review:

1)remove any {} in if or else having only 1 statement after it.

2)Instance variables having same type to be written together in one line like : 
private int x,y,..;

Original comment by tamer.na...@gmail.com on 5 Oct 2012 at 12:54

GoogleCodeExporter commented 9 years ago
Review : 
1. shieldAnimation method doesnt use gameTime inside.. so theres no need for it 
as a parameter 
Good job.. looks good 

Original comment by vendett...@gmail.com on 8 Oct 2012 at 2:01