Example #1
0
 public StompedGoombaState(Goomba goomba)
 {
     this.goomba = goomba;
     this.goomba.GameObjectPhysics.Stop(Side.Left);
     goomba.UpdateArt();
 }
Example #2
0
 public LeftMovingGoombaState(Goomba goomba)
 {
     this.goomba = goomba;
 }
Example #3
0
 public RightMovingGoombaState(Goomba goomba)
 {
     this.goomba = goomba;
 }