Esempio n. 1
0
 public virtual void LoadContent_WalkUp(ContentManager Content, string dirName, String name, int frameWidth, int frameHeight, int frameCount, float timePerFrame)
 {
     walkUp = new BasicAnimatedSprite();
     direccion = SideDirection.Move_Up;
     walkUp.LoadContent(Content, dirName, name, frameWidth, frameHeight, frameCount, timePerFrame);
 }
Esempio n. 2
0
 public virtual void LoadContent_WalkUp(ContentManager Content, String nameDir, String nameFile, int frameCount, float timePerFrame)
 {
     walkUp = new BasicAnimatedSprite();
     direccion = SideDirection.Move_Up;
     walkUp.LoadContent(Content, nameDir, nameFile, frameCount, timePerFrame);
 }