I have noticed a lot of defold code usually has complex nested conditionals to perform game logic. This is especially true for handling input
I just wanted to ask if you folks have any refactoring tips to make these a little more readable.
The engine is really cool and I hope to keep learning. Thanks.