summaryrefslogtreecommitdiff
path: root/Penguloon/Enemies
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-14 21:13:39 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-14 21:13:39 +0100
commit98fb0bdcf3fb02f68f07a72cab211debb827e978 (patch)
tree494455cafaf238c6623186df821559e1f84fdebf /Penguloon/Enemies
parentff30178f505c69bc70b0770a3220ebd6d4706c74 (diff)
Rotation FIXED!
Diffstat (limited to 'Penguloon/Enemies')
-rw-r--r--Penguloon/Enemies/RedBalloon.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Enemies/RedBalloon.cs b/Penguloon/Enemies/RedBalloon.cs
index 01a3b41..b0f86f6 100644
--- a/Penguloon/Enemies/RedBalloon.cs
+++ b/Penguloon/Enemies/RedBalloon.cs
@@ -7,7 +7,7 @@ namespace Penguloon.Enemies
public RedBalloon(Map map) : base(map)
{
this.Texture = ContentManager.GetTexture("Enemies/red");
- this.Speed = 15f;
+ this.Speed = 45f;
this.Health = 1;
this.ChildObject = null;
}