abdrdg / Foundry

0 stars 0 forks source link

Misalignment Fix and Sound Implementation for Main Menu #13

Closed Syoraka closed 1 year ago

Syoraka commented 1 year ago

• UI Element misalignment on different resolutions is fixed • Dog on click now has SFX • Minigame Button now has SFX • Main Menu on start now has BGM

abdrdg commented 1 year ago

Good job on the fix, @Syoraka! Make sure to update the 'MainMenuMisalignmentFix' branch first before you push tho.

Here are the steps to ensure your branch is up to date with the dev branch:

  1. git checkout dev
  2. git pull
  3. git checkout MainMenuMisalignmentFix
  4. git merge dev
  5. git commit -m "your message here"
  6. git push