ReflextionsDev / Zombiehood

Project Adder is an open-sourced 2D zombie shooting sandbox game, blending run & gun mechanics with rogue-lite elements. Open Sourced under GNU GPL V3.
https://store.steampowered.com/app/2598410/Project_Adder/
Other
9 stars 2 forks source link

make VFX_FadeOut async #69

Closed F3der1co closed 1 month ago

F3der1co commented 1 month ago

This commit changes VFX_FadeOut and In to be an async function that can be awaited. As well as changed the previously hard coded waits to now await the fade instead.

ReflextionsDev commented 1 month ago

Good find! I think there's a few more of these we can prob replace too