bsoc-bitbyte / Dreamyard

Bitbyte Summer of Code Game Development project...
0 stars 8 forks source link

Added the Pause Menu #10

Closed Palash3101 closed 4 months ago

Palash3101 commented 4 months ago

Added the Pause Menu, Also added the scenes for the main menu and the settings menu. Also added a new font asset and all the menu assets

Overview

  1. This PR fixes or fixes part of #9.
  2. This PR does the following: Adds The pause menu and all the necessary functionality.
  3. Add the scenes for main and settings menu, along with the assets for menu creation.

Essential Checklist

Proof that changes are correct

image

PR Pointers

PrinceBujethia commented 4 months ago

@Palash3101 Is the Pause menu working properly on pressing various buttons? It doesn't seem to be working for me.

Palash3101 commented 4 months ago

For me it is working fine!

Palash3101 commented 4 months ago

Can you please send a ss when it is not working. So that I can recreate the error

PrinceBujethia commented 4 months ago

https://github.com/bsoc-bitbyte/Dreamyard/assets/90859709/26dd0c28-c943-465a-8504-c06632d0169b

none of the buttons seem to be working

Palash3101 commented 4 months ago

Is it working in the 2nd scene

PrinceBujethia commented 4 months ago

Yeah it's working in the 2nd scene. I guess there's no event system in part 1.

Palash3101 commented 4 months ago

Yeah, This was my conclusion as well. Just had to confirm by the previous comment. NVM I'll update the game manager object to have event manager by default

Palash3101 commented 4 months ago

Updated the repo. And thanks for helping with the bug fix.