aboutsummaryrefslogtreecommitdiff
path: root/towernbullet.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-18 13:54:50 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-18 13:54:50 +0000
commit9739a80289d57881178a9aa7c88d1490010894a5 (patch)
tree05df42affed397702859362a42a85d959958aab8 /towernbullet.h
parent63f8d56df059a3783f42889033549b524af829cf (diff)
downloadbullet-lab-remix-9739a80289d57881178a9aa7c88d1490010894a5.tar.xz
One new level, one minor change. Add a missing change in the changelog.
Diffstat (limited to 'towernbullet.h')
-rw-r--r--towernbullet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/towernbullet.h b/towernbullet.h
index f5fd77a..18667a6 100644
--- a/towernbullet.h
+++ b/towernbullet.h
@@ -954,8 +954,10 @@ void ProcessBullet255(int i)
}
else
{
- bulletspr[grey]->SetColor(0x80FFFFFF);
+ bulletspr[grey]->SetColor(0x10FFFFFF);
+ bulletspr[grey]->SetBlendMode(BLEND_ALPHAADD);
bulletspr[grey]->RenderEx(bullet[i].bulletpos.x+6,bullet[i].bulletpos.y+6,0,0.5,0);
+ bulletspr[grey]->SetBlendMode(BLEND_ALPHABLEND);
}
}
int CreateTower1(double x,double y,int timer,double bs,double offset=0,bool eff=false)