top of page

28th april

new font.png

A new font is now being used that better fits the arcade style theme. This font is being used for every text element in the game. 

The settings menu in the main menu and pause menu has been redesigned to add more features. The volume sliders are now functional and a full screen toggle and resolution drop down menu has been added. 

settings menu UI.png
settings menu.png

A settings menu script has been created to handle all the functions required in the settings menu. Each of these functions is attached to it's corresponding user interface element within the game UI. The volume sliders change the mixer volume using a log10 scale to make the volume levels change smoothly as the user changes the slider. The resolution function accesses a resolution list, this is created with the code shown below. 

To create the resolution drop down, an array of all the possible screen resolutions was created. A for loops runs through the possible screen resolutions and creates a string for each of them. This string is then added to a list of options. The drop down uses this options and adds each resolution as a choice in the menu.

resolution dropdown script.png

The final level for 'Dupliscape' has now been designed and built.

Level 26

level 26.png
bottom of page