Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

redid the attack logic code. figured out you can do promises in the code, basically instead of doing oncomplete of tweens you can do await and async. basically how it works is the code has to finish executing before it goes to the next line so you can have a tween that does an animation and it won't overlap with the next tween so you can control the order that all the animations and code gets executed and it doens't overlap. makes the code a lot cleaner.