Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hints #99

Open
Jeremi360 opened this issue Jan 9, 2025 · 0 comments
Open

Fix hints #99

Jeremi360 opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@Jeremi360
Copy link
Contributor

We need to add our own AdvancedTextLabel's hints impletation for this reasons:

  • Godot build-in RichText hints doesn't want work with AdvancedTextLabel - I don't know why
  • Godot build-in RichText hints only allows for simple short text
  • Godot build-in RichText hints doesn't can't be stalized

With our own impletation of hits we can have:

  • Working AdvancedTextLabel's hints
  • Hitns that can use AdvancedTextLabel
  • Hitns that can stylezed with theme
  • Hitns that can be long thanks to having scroll
@Jeremi360 Jeremi360 added the bug Something isn't working label Jan 9, 2025
@Jeremi360 Jeremi360 self-assigned this Jan 9, 2025
@Jeremi360 Jeremi360 added the enhancement New feature or request label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant