A set of functions and tasks for tweening. Methods: - linear - smoothstep - smootherstep - acceleration - deceleration - overshoot Functions: - Linear(a, b, x) - Smoothstep(a, b, x) - Smootherstep(a, b, x) - Acceleration(a, b, x) - Deceleration(a, b, x) - Overshoot(a, b, x, magnit...
Some fancy effects for Danmakufu; fire-and-forget style and controlled by the events system. All (0,0) bugs arising from a parent object being destroyed should be prevented automatically. To use: First #include the Stellar.dnh file in any script you need it in. Then call Stellar_Init() before...
Yuyuko caught Youmu cheating on her, and now she's on a rampage! Stop her! Clear 20 spell cards that Yuyuko thinks up on the spot, restart to get a new set of 20. This script is not meant to be serious, it's merely a silly tech demo. Credit: gtbot for cutin library and cutin-/spelltext-re...
My PH3 effects library (going to be ported to my my own engine later), though I don't mind if anyone uses it or whatever. Usage: Plop the BFX folder somewhere in your project then #import the BFX.dnh file wherever you need the functions and make sure to call BFX_Init() -ONCE- before any other...