diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 21:13:39 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 21:13:39 +0100 |
| commit | 98fb0bdcf3fb02f68f07a72cab211debb827e978 (patch) | |
| tree | 494455cafaf238c6623186df821559e1f84fdebf /Penguloon/Objects/PenguinObject.cs | |
| parent | ff30178f505c69bc70b0770a3220ebd6d4706c74 (diff) | |
Rotation FIXED!
Diffstat (limited to 'Penguloon/Objects/PenguinObject.cs')
| -rw-r--r-- | Penguloon/Objects/PenguinObject.cs | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
