Harder then I though
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:Bullet Shielding/Harder then I though.
Got it, this time I am sure. I will post some code for everyone to peruse soon. Darn off by 1 errors.
Here you go, enjoy! https://gist.github.com/Chase-san/7edb0974df656bec12d8
Sorry that it is a mess and for all the custom/internal class usage. But I don't think it is anything to foreign.
Vector is Point2D on steroids. Line is just Line2D with custom initializer. MintState tracks all data. It updates energy according to HitByBullet and BulletHit as well.
One last note. This is a very basic bullet shield. It might not work 100%. But it does work. That is enough for people to take it and run I think.
I'll rewrite it to not use special classes soon.