-
Notifications
You must be signed in to change notification settings - Fork 510
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
[FEATURE] Cat hover sprites on Clan screen #3101
base: development
Are you sure you want to change the base?
[FEATURE] Cat hover sprites on Clan screen #3101
Conversation
*my goddamn linter holy shirt.* sorry senior devs, I am once again on my whitespace bullshit |
# Conflicts: # resources/credits_text.json # resources/dicts/patrols/general/border.json # resources/dicts/patrols/general/hunting.json # scripts/screens/ClanScreen.py
Hold off on this one for now, we've discovered a potentially-seizure inducing bug. Investigating...! |
Fixed the concerning strobe! |
# Conflicts: # resources/dicts/events/misc/forest.json # resources/dicts/patrols/general/border.json # resources/dicts/relationship_events/normal_interactions/comfortable/increase.json # resources/dicts/thoughts/dead/darkforest/exiled.json # scripts/events_module/generate_events.py
# Conflicts: # resources/dicts/patrols/general/border.json # resources/dicts/patrols/general/hunting.json
Ugh, I keep forgetting to look at this. Resolve the conflicts and I'll get it approved (totally feel free to DM me so i don't miss it again) |
# Conflicts: # resources/dicts/relationship_events/normal_interactions/dislike/decrease.json # resources/dicts/relationship_events/normal_interactions/romantic/increase.json # resources/dicts/relationship_events/normal_interactions/trust/increase.json # scripts/cat/cats.py
# Conflicts: # resources/dicts/acc_display.json # resources/lang/en/events/death/general.json # resources/lang/en/events/misc/general.json # resources/lang/en/events/relationship_events/normal_interactions/admiration/decrease.json # resources/lang/en/events/relationship_events/normal_interactions/admiration/increase.json # resources/lang/en/events/relationship_events/normal_interactions/comfortable/decrease.json # resources/lang/en/events/relationship_events/normal_interactions/comfortable/increase.json # resources/lang/en/events/relationship_events/normal_interactions/dislike/increase.json # resources/lang/en/events/relationship_events/normal_interactions/jealousy/decrease.json # resources/lang/en/events/relationship_events/normal_interactions/jealousy/increase.json # resources/lang/en/events/relationship_events/normal_interactions/platonic/decrease.json # resources/lang/en/events/relationship_events/normal_interactions/platonic/increase.json # resources/lang/en/events/relationship_events/normal_interactions/romantic/decrease.json # resources/lang/en/events/relationship_events/normal_interactions/trust/decrease.json # scripts/cat/cats.py # scripts/cat/pelts.py # scripts/game_structure/ui_elements.py # scripts/screens/ClanScreen.py
Removed the tool_tip feature from this PR unfortunately as it's causing so many problems. Leaving the base code for it so people could use it in future (the issue here is with overlapping rects blocking the new tooltip from displaying and I can't for the life of me figure out why. Otherwise, ready for review! |
About The Pull Request
Improves the Clan screen cat sprites in several ways (more to come).
Tooltips! Now, when you hover over a cat on this screen, you'll see their name in a cute little tooltip. Just helps you identify your kitties *and* know you're clicking on Brightpaw rather than Comfreynose.Feature removed: was causing a lot of issues. Please take a crack at it if you want, almost everything you'd need is there already.Why This Is Good For ClanGen
Improvements to Clan screen good.
Proof of Testing
Changelog/Credits