khaledosman / terasoft-12

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

Added instance variables and method in Instance class #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Instance Vairiables added:
SpriteFont Font1 = the font that will be used to display the instruction
Vector2 positionInScreen = the position in the screen where the intstruction 
will be displayed

Method Added:
WrapText (SpriteFont spriteFont, String text, float maxLineWidth)

Original issue reported on code.google.com by mohamedra2fat on 20 Apr 2012 at 8:47

GoogleCodeExporter commented 9 years ago
and what is instance class, we don't have instance class in the class diagram !!

Original comment by mk.cena92 on 21 Apr 2012 at 9:30

GoogleCodeExporter commented 9 years ago
sorry for the late reply, I didnt say instance class. However, they will be 
added in the Instruction class

Original comment by mohamedra2fat on 23 Apr 2012 at 6:05

GoogleCodeExporter commented 9 years ago
Instance Variables added to class Instructions:
SpriteBatch spriteBatch
GraphicsDeviceManager graphics
SpriteFont Font1
Methods Added to class Instruction:
String WrapText (SpriteFont spriteFont, String text, float maxLineWidth)
void LoadContent()
Methods Removed
String getInstructions

Original comment by mohamedra2fat on 24 Apr 2012 at 11:00