ricardoboss / Prolangle

A game about programming languages.
https://prolangle.ricardoboss.de
MIT License
2 stars 1 forks source link

Language metadata tooltips #15

Closed chucker closed 8 months ago

chucker commented 8 months ago

Possible approach for #10.

image
ricardoboss commented 8 months ago

I like it. We should add some more descriptions before merging, though

chucker commented 8 months ago

I like it. We should add some more descriptions before merging, though

Yes; this was only an example. There's at least one typo in it, too.

ricardoboss commented 8 months ago

image

Can we make it so only one popup is open at a time?

ricardoboss commented 8 months ago

Maybe also add an explicit × button to the top right

ricardoboss commented 8 months ago

We could also add [DisplayName] attributes to all enum members to override how each member is displayed to the user. So for example ObjectOriented can be displayed with a space.

chucker commented 8 months ago

We could also add [DisplayName] attributes to all enum members to override how each member is displayed to the user.

Yep. Separate PR, I say.