Bronya-Rand / DDLCModTemplate2.0

A new template for producing DDLC mods that adhere to Team Salvato's guidelines based off DDLC itself.
58 stars 18 forks source link

Different Menu Button Colors #18

Closed Bronya-Rand closed 2 years ago

Bronya-Rand commented 2 years ago

This PR is inspired by this Reddit post and does the following.

Features

Example syntax

menu:
    "Option 1": # Normal Button
        pass
    "Option 2 (kwarg=#ff0)": # Color Hex Button
        pass
    "Option 3 (kwarg=choice_button_custom)": # Custom Style Button
        pass