Skip to content

Conversation

@Satvik-Singh192
Copy link
Contributor

Description

This pull request implements the display of a random game tip on the main menu, fulfilling the requirement for issue #51. This feature provides new players with helpful guidance about core mechanics such as dashing and power-ups.

Key Changes

  • New Script (TipDisplayManager.cs)
    A self-contained script that manages an array of string tips, selects one randomly using Random.Range(), and assigns it to a TextMeshPro component in the Start() method.

  • UI Integration
    A new TipText object has been added to the main Canvas in the MainMenu scene, positioned near the bottom so it is visible without interfering with menu controls.

  • Reusability
    The tips array is exposed in the Inspector, allowing future developers to easily add or modify tips without editing code.


Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

This pull request closes:


Checklist

  • I have read the Contributing Guidelines.

@Satvik-Singh192
Copy link
Contributor Author

@Just-Here-TO-Code please review my pull request

@Just-Here-TO-Code
Copy link
Collaborator

Nicely done, merging you PR.

@Just-Here-TO-Code Just-Here-TO-Code merged commit 6f6eb24 into OPCODE-Open-Spring-Fest:main Nov 9, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Random Tip Text on Main Menu

2 participants