Skip to content

Mute Button

JDR3008 edited this page Oct 5, 2021 · 3 revisions

Throughout sprint 3, the mute button has been implemented on the main menu screen of the game. This button is toggleable and has 2 separate images that it goes through for when it is enabled or when it is disabled.

Enabled (i.e. the music is playing) looks like the following:

mute-on

Disabled (i.e. the music is not playing (mute is enabled) ) looks like the following:

mute-off

This button is used by using the mouse and clicking on the button itself, easily either having volume on/off in the game.

Table of Contents

Home

Student Documentation

Design Document

Graphical Design
User Testing
Sound and Music
Code Design / Documentation
Enemies

Game Engine

Getting Started

Technical Aspects
Entities and Components

Service Locator

Loading Resources

Logging

Unit Testing

Debug Terminal

Input Handling

UI

Animations

Audio

AI

Physics
Game Screens and Areas

Terrain

Map Generation

Concurrency & Threading

Settings

Troubleshooting

Common bugs

MacOS Setup Guide

Clone this wiki locally