After going through your game's github repo, I see that you've put all the scenes and scripts in a main game folder.
It makes the project cluttered and hard to manage. Therefore, you should always place scenes and scripts in distinct sub folders as you did for art and assets.
← Return to game
Comments
Log in with itch.io to leave a comment.
Well done,
After going through your game's github repo, I see that you've put all the scenes and scripts in a main game folder.
It makes the project cluttered and hard to manage. Therefore, you should always place scenes and scripts in distinct sub folders as you did for art and assets.
thanks for the tip! I agree, i did not do much for organization during development for this. I'm working on improving this for game 2
nice
thanks!