Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits) (+1)

Devlog #0 - What I've done so far (Part B)

After implementing the basic gameplay, I proceeded to start working on the main menu and the settings menu.

The main menu was simple, with a title and three buttons. The settings menu, on the other hand, took a bit more time. I had never done a proper settings menu before, so I had to research some things beforehand. To my surprise, it actually didn't take as long as I was expecting to get everything done. I'm not much of a UI person myself, so I find it quite difficult to work on menus for an extended period of time.

I also created an Audio Manager to make it easy for me to implement audio later. I did overengineer it a lot, but the upside is that it's reusable in future projects. Audio is definitely not my strong point, so whatever I can do to make the process easier is a massive plus.

The menus did look absolutely terrible, but I was really trying to finish them without worrying about the art too much.