Posted February 23, 2023 by Mabir052
Anthony Palermo - 2/23/2023
This week I have been working on the process of making the UI a designed last week functional and implemented changes that were requested for the menus. I was tasked with creating a confirmation window for the main menu and pause menu for our next build, which I have finished. I also made minor changes to the design of the menus for some improvement from the previous iteration. I have added the title of the game to the main menu.
I do currently have an issue where the buttons of the menu are still able to be pressed while the confirmation screen is open, which results in the effect of the confirmation screen changing. All I have to do for this is disable the buttons when the confirmation window is open and re-enable them if the player hits cancel. Another issue that is currently happening that can be seen in the above picture is that the health and mana bars are visible during the main menu, which they should not be. I was not the one who implemented those, so I will need to have the team member who made those inform me where they are made, or they need to solve the problem themselves.
As of writing this post, the skill tree does not actually do anything but I am currently working on getting the skill tree to have skill points the player can spend. I am aiming to get a base skill tree where the player can spend skill points for skills of their choice to be implemented in our build for this week. If I am unable to do so, it is going to be the highest priority for me to do for our next build. As of this post, the skill tree is nothing more than a menu UI that appears telling the player how many skill points they currently have and with an exit button at the bottom corner. The game does not pause while the skill tree is open, which is something that will be implemented easily, as it will be the same as the pause menu that already has that functionality implemented.