fabiangreffrath / woof

Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.
GNU General Public License v2.0
186 stars 32 forks source link

initial sub menu implementation #1743

Open rfomin opened 1 month ago

rfomin commented 1 month ago

Should we make it a part of #1714 ?

fabiangreffrath commented 1 month ago

Should we make it a part of #1714 ?

I don't think so. We'll have to rearrange the menu page in #1714 anyway and it would be easier if we could do so into the new sub menu infrastructure.

fabiangreffrath commented 1 month ago

I don't think so. We'll have to rearrange the menu page in #1714 anyway and it would be easier if we could do so into the new sub menu infrastructure.

Okay, I just checked this out and I admit that it doesn't make too much sense to merge code for a sub menu without an actual sub menu. So, if you don't mind, maybe you could mangle it into #1714, please?

rfomin commented 1 month ago

Okay, I just checked this out and I admit that it doesn't make too much sense to merge code for a sub menu without an actual sub menu. So, if you don't mind, maybe you could mangle it into #1714, please?

I'm thinking about some details, like whether to draw the old menu in the background and whether the "Back" button is needed. I'll improve this tomorrow.