diff options
Diffstat (limited to 'towernbullet.h')
-rw-r--r-- | towernbullet.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/towernbullet.h b/towernbullet.h index 5d6ad95..d3d408c 100644 --- a/towernbullet.h +++ b/towernbullet.h @@ -2014,6 +2014,11 @@ public: void SetDT(double _DT){DT=_DT;} double GetDT(){return DT;} double GetRad(){return radian;} + void circ2pnt() + { + for(int i=1;i<=BCnt;++i) + CreateBullet255(Bullets[i].bulletpos.x,Bullets[i].bulletpos.y,10); + } void Update() { DT+=hge->Timer_GetDelta(); |