mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
3D buttons, to make UI clearer
This commit is contained in:
parent
843c465c73
commit
75e8a664b0
13 changed files with 63 additions and 36 deletions
|
@ -57,12 +57,12 @@ public:
|
|||
|
||||
private:
|
||||
static constexpr auto default_title = "PortaPack|Havoc";
|
||||
static constexpr auto back_text_enabled = " < ";
|
||||
static constexpr auto back_text_disabled = " * ";
|
||||
//static constexpr auto back_text_enabled = " < ";
|
||||
//static constexpr auto back_text_disabled = " * ";
|
||||
|
||||
Button button_back {
|
||||
{ 0 * 8, 0 * 16, 3 * 8, 16 },
|
||||
back_text_disabled,
|
||||
{ 0 * 8, 0 * 16, 20, 16 },
|
||||
"", //back_text_disabled,
|
||||
};
|
||||
|
||||
Text title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue