UQcsse3200 / 2024-studio-3

MIT License
6 stars 0 forks source link

Player interaction updates, testing and main menu screen #225

Closed Sarahkhalek closed 1 month ago

Sarahkhalek commented 1 month ago

Description

We added items to be generated on the main game screen to include the ingredients and animals from the main game. These items are spawned in the background and keep rotating in the main menu screen. This was done by moving these items (position wise) around on the screen. The changes were made in the Main Menu Display. We also added some code for the player interaction to update the player sprite when picking up an item(pressing on E) in the player animation component. We also added some test cases to test the functionality of the features we implemented.

Fixes / Closes # (issue)

220, #216, #217, #155, #219 as well as the testing for the other task tickets mentioned in previous pull request.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: