-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users sometimes have difficulties to find their creature among others in the playground #113
Comments
In the developper view, it might be possible to add a switch button labeled "hide others" that would hide all other creatures than the one currently beeing edited. |
Audio mixers have "solo" and "mute" buttons: The behaviour you're talking about sounds like a special case of a "solo" button to me. Likewise, image editors have the usual "eye" icon to hide a layer, and often provide a way (though not with its own button usually — you have to e.g. Cmd-click the eye button) to "hide other layers". We could add "solo" and "mute" buttons to every line in the creature list, next to the trashcan button. This would serve those usecases:
A challenge with this design would be to communicate that this only affects your local preview. Actually, such controls for a projected playground would be valuable, but that gets into the whole subject of projected playground control… Writing this, I realize I'm goldplating. A nice "hide others" button next to "preview on/off" would be a very fine start. |
First commit as a proof of concept This is juste demonstrating that we do manage to hide others layers at will.
Can you please open a PR so that we get a review app? |
Yes I can. It is not ready but let's open a PR and open the discussion. |
First commit as a proof of concept This is juste demonstrating that we do manage to hide others layers at will.
When there is a lot of players in the same playground it becomes difficult to find your own creature among others especially when the code you wrote is not behaving as you expected.
It make it difficult to experiment with your code.
The text was updated successfully, but these errors were encountered: