"Final Exam" Game Devlog
Added 2024-09-08 17:07:56 +0000 UTCHi!
My devlog is continuing.
I can't show much visible progress this time, despite the fact that much more work was done than last week.
My first priority was to change the visual style of the menu button toggle. I started doing this because after running the last version of the working build, I realized that I didn't like the button switching. Increasing the size of the active button was not the best solution, as it turned out. I decided it would be better if the buttons changed color and shifted down when pressed.
Almost all the buttons are already redrawn, but it is impossible to insert them into the game without editing the program code. And there is quite a lot of code to edit. And it's a very chore, as I initially made some mistakes by creating unoptimized code. I think it will be necessary to optimize the algorithm in the future.
In general, I didn't have time to redesign all the menu items, so I left the finalization for next week. And this will be the final step before creating the public demo!
Actually, due to the fact that there were no changes in gameplay compared to the previous version, I did not update the working build.