Exemplo n.º 1
0
 public Tania(GameInput.AttachedTo inputtAttached) :
     base(animations, inputtAttached)
 {
     Width  = 20;
     Height = 35;
     Side   = HorizontalDirection.Left;
 }
Exemplo n.º 2
0
 public Gunslinger(AnimatedSprite sprite, GameInput.AttachedTo inputAttached,
                   bool isVisible = true) :
     this(sprite, isVisible)
 {
     InputAttached = inputAttached;
     AddCommands();
     Aim      = new Aim();
     isAiming = false;
 }
Exemplo n.º 3
0
 public Joey(GameInput.AttachedTo inputtAttached) :
     base(animations, inputtAttached)
 {
     Width  = 20;
     Height = 35;
 }