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