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