Skip to main content

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

I will take your advice! 
To be honest I don't know how that bug happened but I will look in the code and see if I can fix it.
Thank you for the feedback! 

(+1)

If it helps you at all, I had a similar instance happen in Arcade Mode where I bought a cheap upgrade but had money for the next two so it bought the next two. In that instance it was actively beneficial to me so I didn’t mention it but the root cause of the bug is probably the same

(+1)

I think it is how GDevelop manages the variables this happened to my first game jam game when you pressed to mute the global volume and it would do the action two times, then I saw that if I put the wait 0.1 seconds, it solves the problem! It's probally the same in here too! When I played my game I didn't saw this bug and that's why I didn't put the wait 0.1 because this only happens rare for GDevelop to do this!
After the jam ends I will probally put a fixed version where the wait 0.01 seconds is in the button's code

(+1)

Btw
Thanks again!