From 98fb0bdcf3fb02f68f07a72cab211debb827e978 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Thu, 14 Dec 2017 21:13:39 +0100 Subject: Rotation FIXED! --- Penguloon/Objects/PenguinObject.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Penguloon/Objects/PenguinObject.cs') diff --git a/Penguloon/Objects/PenguinObject.cs b/Penguloon/Objects/PenguinObject.cs index e035f70..14ad30a 100644 --- a/Penguloon/Objects/PenguinObject.cs +++ b/Penguloon/Objects/PenguinObject.cs @@ -12,5 +12,15 @@ namespace Penguloon.Objects this.TileSpanY = 1; this.Range = Map.TileWidth * 2; } + + public override void DrawUnique(float deltaTime) + { + + } + + public override void UpdateUnique(float deltaTime) + { + + } } } \ No newline at end of file -- cgit v1.2.3-70-g09d2