Creature Chooser Interface, player tabs #2485
andretchen0
started this conversation in
Ideas
Replies: 1 comment
-
Yeah, they will get dropped pretty soon. I think there's an open issue for it already, will have to check properly, otherwise will make it soon with the proper specs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@DreadKnight
Question
Can the "dash" player tabs be dropped? Or made unclickable?
Background
It's been a fair amount of work, but I have the "dash" – rebaptised as
CreatureChooser
– pulled out ofinterface.js
.One thing I'm wondering about are the "player tabs", shown outlined in pink below.
In the current version of the game, when you click on a player's tab, the interface shows you their creatures.
It's not hard to code up the behavior, but it seems to me that changing players in the dash is:
It just doesn't seem worth adding extra branches to the code, in order to keep a small feature that breaks the flow of actually choosing a creature. It seems like simplifying here helps the interface and the code.
Can the tabs be dropped? Or made unclickable?
Beta Was this translation helpful? Give feedback.
All reactions