You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user settings menu always opens up at the center of the screen. In some usage, I feel like it would make more sense for it to open in the same location where it last closed (if the user moved it), but I can see reasons why we might want it to be centered (if it's underneath a question between sessions or similar).
Does anyone feel strongly one way or another about this? Should the user settings menu remember its screen space position between closing and opening? Should it always open in the same place?
The text was updated successfully, but these errors were encountered:
Interesting point, I see two features we could potentially add related to this:
Make the menu re-open wherever it was last (based on a boolean flag in the MenuConfig. This would likely be expected behavior for typical "windowed" operation, but comes with the downside that a user might move it to an inconvenient place.
Make the (initial) menu position controllable based on a provided field in the MenuConfig. This would allow experimenters to position the menu where they'd like it, which could be useful in some places.
One reason I haven't put much time/thought into the current user menu system is that I'm hoping eventually we move away from it in favor of a more "game like" full-screen menu system. I don't currently have a plan to implement this, but think eventually having a robust/extensible in-game/full screen menu would be the "right" solution.
The user settings menu always opens up at the center of the screen. In some usage, I feel like it would make more sense for it to open in the same location where it last closed (if the user moved it), but I can see reasons why we might want it to be centered (if it's underneath a question between sessions or similar).
Does anyone feel strongly one way or another about this? Should the user settings menu remember its screen space position between closing and opening? Should it always open in the same place?
The text was updated successfully, but these errors were encountered: