dartmouth-cs98 / project-22f-farm-frenzy

This is a fun, goofy physics based local co-op game made for general audiences.
2 stars 0 forks source link

Pause menu UI #161

Closed avidixit27 closed 1 year ago

avidixit27 commented 1 year ago

Added a pause menu Ui with custom sprites

avidixit27 commented 1 year ago

I am very proud of this pull request. I implemented an entire play/pause UI system, and it is the bedrock for our UI going forward. It took me a lot of outside research to familiarize myself with how to make custom sprites that can be used to mask buttons in game. We established a font, theme, and style we were all happy with that complimented the rest of the game's aesthetic. Now that we have the time consuming design decisions out of the way, implementing the rest of the UI will be extremely straight forward and take exponentially less time. Overall, I learned something brand new I had never done before. The end result turned out very well. And it was a nice change of pace coding front end where you can see the final product directly rather than back end which is more abstracted.

Finished UI