med-material / Whack_A_Mole_VR

Whack-A-Mole in VR
MIT License
3 stars 16 forks source link

PerformanceFeedback: Add Scale and checkmark feedback #264

Closed mrvilix06 closed 1 year ago

mrvilix06 commented 1 year ago

Feature: Mole Scaling and Checkmark Feedback 🚀 Overview: This update introduces the "Mole Scaling" and "Checkmark Feedback" features. These enhancements aim to strengthen visual feedback during interactions with the moles in the game.

Key Changes: DiskMole updated:

Implemented logic to dynamically adjust the mole's size when clicked. Modify the checkmark for add feedback color Add scale and checkmark in the function ChangeColorOverTime

Checkmark SpriteRenderer new:

Introduced a new SpriteRenderer component to display the checkmark. Integrated with DiskMole logic to manage the transparency and gradual disappearance of the checkmark. DiskMole Animation:

Optimized existing animations to ensure they work seamlessly with the new scaling and checkmark features.