From 1276593bfbbfcdbac24b48cf8b574da25945d763 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Fri, 22 Dec 2017 20:30:25 +0100 Subject: ZULUL --- Penguloon/Objects/CannonObject.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Penguloon/Objects/CannonObject.cs') diff --git a/Penguloon/Objects/CannonObject.cs b/Penguloon/Objects/CannonObject.cs index f3cf7ff..916e617 100644 --- a/Penguloon/Objects/CannonObject.cs +++ b/Penguloon/Objects/CannonObject.cs @@ -16,6 +16,15 @@ namespace Penguloon.Objects this.AttackSpeedMS = 2500; } + public CannonObject(Map map) : base(map) + { + this.Texture = ContentManager.GetTexture("Objects/cannon"); + this.TileSpanX = 1; + this.TileSpanY = 1; + this.Range = Map.TileWidth * 3f; + this.AttackSpeedMS = 2500; + } + public override void DrawUnique(float deltaTime) { -- cgit v1.2.3-70-g09d2