Skip to content

Suggestion: Ability to add custom textures to Dropdowns #2869

Description

@Prived1234o

It would be really nice to be able to add textures to UIDropdowns. This could be a separate UITextureDropdown class.

Example:

texture_button = smth.add(UITextureButton(text=..., width=..., height=..., texture=..., texture_hovered=...))
another_texture_button = ...
texture_dropdown = smth1.add(UITextureDropdown(x=..., y=..., button=texture_button, button_active=another_texture_button))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions