Ejemplo n.º 1
0
 public BulletCannon(GDGameScreen scrn, CannonBlueprint bp, Fraction[] fractions) :
     base(scrn, fractions, bp.Player, bp.X, bp.Y, bp.Diameter, bp.CannonID, bp.Rotation, bp.PrecalculatedPaths)
 {
     Blueprint = bp;
     _screen   = scrn;
     _muted    = scrn.IsPreview;
 }
Ejemplo n.º 2
0
 private void DrawCannon(CannonBlueprint c)
 {
     DrawGenericCannon('O', c);
 }