gmuGADIG / Fruit-Punch

Unity game developed by GADIG at GMU, Spring 2024.
4 stars 1 forks source link

Options Menu Creation #273

Closed KaratePikachu closed 4 months ago

KaratePikachu commented 4 months ago

Put down the framework for the options menu, matching the layout asked for by the UI document.

The sliders have values between 0 and 2, and default to 1 on start. The updating logic is in OptionsMenu.cs

OptionsBackButton.cs is deprecated