Open GoogleCodeExporter opened 9 years ago
This issue was updated by revision r5.
Added the background image to be displayed in the main menu
Original comment by asamg...@gmail.com
on 29 Jul 2012 at 2:54
This issue was updated by revision r11.
Added a Sprite class to use it for drawing different textures.
Original comment by asamg...@gmail.com
on 31 Jul 2012 at 9:15
This issue was updated by revision r14.
Added Images to be used in the main menu, also updated the background to
contain the game's name.
Original comment by asamg...@gmail.com
on 1 Aug 2012 at 12:51
This issue was updated by revision r26.
Updated the MainScreen class to load and draw the main menu.
Original comment by asamg...@gmail.com
on 1 Aug 2012 at 9:20
Original comment by asamg...@gmail.com
on 2 Aug 2012 at 5:54
This issue was updated by revision r39.
Set the screen's resolution to be equal to 1280x720.
Original comment by asamg...@gmail.com
on 2 Aug 2012 at 8:38
This issue was updated by revision r40.
Modified the main screen's constructor.
Original comment by asamg...@gmail.com
on 2 Aug 2012 at 8:39
This issue was updated by revision r44.
Edited the images to be used in the main menu.
Original comment by asamg...@gmail.com
on 2 Aug 2012 at 9:38
This issue was updated by revision r45.
Edited the positions of the labels on the main menu.
Original comment by asamg...@gmail.com
on 2 Aug 2012 at 9:40
This issue was updated by revision r47.
Added images to represent the highscores button.
Original comment by asamg...@gmail.com
on 2 Aug 2012 at 10:42
This issue was updated by revision r48.
Added the new files to the solution file.
Original comment by asamg...@gmail.com
on 2 Aug 2012 at 10:46
This issue was updated by revision r50.
Committed the gamecontent file.
Original comment by asamg...@gmail.com
on 2 Aug 2012 at 10:54
This issue was updated by revision r51.
Updated the mainscreen to add the new button.
Original comment by asamg...@gmail.com
on 2 Aug 2012 at 11:11
This issue was updated by revision r100.
Modified the Game1 class to display the main menu.
Original comment by asamg...@gmail.com
on 4 Aug 2012 at 7:28
This issue was updated by revision r101.
Modified the Main menu to add the buttons instead of images.
Original comment by asamg...@gmail.com
on 4 Aug 2012 at 7:29
This issue was updated by revision r130.
Used different sized images for the main menu.
Original comment by asamg...@gmail.com
on 6 Aug 2012 at 2:50
1)Please make variables private,do not leave it as default :)
2)If you have lot of button/sprites/int/... then put them in one line to look
better :
Button x,y,z,f;
3)Do not use guessed numbers for drawing items :),use like screenWidth/3
,/2,/1.4,.... and same for screenHeight
4)You do not need this statement SpriteBatch sprite = spriteBatch; that in
draw,you can use the SpriteBatch spriteBatch; that in instance variable
directly and call begin and end by it.
Original comment by hollaxy...@gmail.com
on 14 Aug 2012 at 11:23
Original issue reported on code.google.com by
asamg...@gmail.com
on 25 Jul 2012 at 9:06