edo9300 / edopro

A script engine for "yu-gi-oh!" and sample gui (former "ygopro")
Other
279 stars 75 forks source link

Configurable hand test mode #189

Closed kevinlul closed 4 years ago

kevinlul commented 4 years ago

This makes the hand test button bring up a configuration window when shift-clicked. Supported options

Closes #110

AlphaKretin commented 4 years ago

Didn't we consider making a new button under "Hand Test" to open the advanced settings window?

kevinlul commented 4 years ago

That's mostly a space issue for the label since "Test hand" and language variants just fit, on top of this being inelegant in my opinion.

kevinlul commented 4 years ago

Shift-click implementation added so this is now "optimal". #185 still needs to be considered for the future since CGUICustomButton and CGUIImageButton have a lot in common.