ClanGenOfficial / clangen

Warrior Cats fan game
https://clangen.io
Other
253 stars 456 forks source link

[CODE] Display more info on Switch Screen #2720

Open scribblecrumb opened 2 weeks ago

scribblecrumb commented 2 weeks ago

Description Problem: If you have many Clans, it's difficult to remember which is which when on the Switch Clan screen.

Proposal: We should display more info for each Clan. Perhaps a button beside each Clan name that, when clicked, expands a text box containing this info. Info to include:

Sumwatt0 commented 2 weeks ago

Adding on to this:

I could probably add some of these in my user stats project.

PoppyBlossom commented 2 weeks ago

Suggestion: I really like the idea of having a separate section on the left side of the switch clan screen that displays the description of the currently selected clan, including the symbol and leader images and all that stuff, without needing to click any button to activate it. This section will automatically show the information as soon as you select a clan.

scribblecrumb commented 2 weeks ago

That sounds good to me Poppy! That does mean that we'll need to implement a separate "load" button, as right now clicking the clan button immediately triggers the loading process and closes the game.

PoppyBlossom commented 2 weeks ago

/assign-me

github-actions[bot] commented 2 weeks ago

👋 Hey @PoppyBlossom, thanks for your interest in this issue! 🎉

âš  Note that this issue will become unassigned if it isn't closed within 7 days.

🔧 A maintainer can also add the 📌 Pinned label to prevent it from being unassigned automatically.

PoppyBlossom commented 2 weeks ago

I will try my best.

j-gynn commented 2 weeks ago

That sounds good to me Poppy! That does mean that we'll need to implement a separate "load" button, as right now clicking the clan button immediately triggers the loading process and closes the game.

Could just have all this activate on hover.

scribblecrumb commented 2 weeks ago

Hmm... true. Though I wonder if we'll get players accidentally clicking without realizing info shows on hover? Honestly, considering the game closes on clan switch, it would probably be good to implement a confirmation popup

PoppyBlossom commented 2 weeks ago

I haven't actually written any code down yet, but I did take the time to sketch out a rough layout for the project. I think having a visual draft will give us more ideas of what the finished product would look like. I am curious to hear your opinions on it.

Clangen Switchscreen draft

PoppyBlossom commented 1 week ago

@scribblecrumb Also, may I know what method did the assets used to create texts in them?

scribblecrumb commented 1 week ago

Just a digital art program. I use CSP. However, the #2577 PR is going to implement dynamic assets that you can generate via the code rather than needing full image files. You may want to wait till that's been merged (which should be soon, it's just going through some last bits of bug testing)