Black★Rock Shooter is out now.
Another great release that I've been secretly waiting for, of course this would've be more appealing if you made her in 8 more years, on November 16, at 1:07 PM, and 54.66 seconds.
:'P let me have this joke, its feels like ages since I visted here lmao.
Jokes aside, I've been always wanted to share something to you and OHMSBY for YEARS, especially to those who only play MUGEN 1.1/IKEMEN GO. I added interpolation code to the burst hud to make it more consistent to how BBCFs' original hud acts out just by editing actions 98765 and 9876.
Heres what I have:
; Burst Ready
[Begin Action 98765]
9876,16, 0,0, 360
Interpolate Angle
9876,16, 0,0, 0, , , 1,1,360
; Burst Ready
[Begin Action 9876]
9876,4, 0,0, 360
Interpolate Angle
9876,4, 0,0, 0, , , 1,1,-360
With that, both the inner (9876,4) and outer sprites (9876,16) will turn in a smooth 60fps clockwise motion (counter clockwise for outer sprite). and feel free to remove any additional sprites just to save a couple kilobytes :3
Again, this only works on mugen 1.1 and ikemen go due to interpolation coding. This is something that anybody can add if they think the hud doesn't feel the same to them. This was definitley a fun side project I did after learning about interpolation coding and I think I can do more with other projects that come to mind.
I hope you like it :)