summaryrefslogtreecommitdiff
path: root/Penguloon/Enemies/RedBalloon.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Enemies/RedBalloon.cs')
-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 cfe9caf..01a3b41 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 = 135f;
+ this.Speed = 15f;
this.Health = 1;
this.ChildObject = null;
}