mpstark / SPT-DynamicMaps

SPT mod that replaces the current map screen with one that's actually useful!
MIT License
9 stars 4 forks source link

Add unique color for boss corpses #6

Closed GavinRay97 closed 1 month ago

GavinRay97 commented 1 month ago

Makes boss corpse markers specially colored:

(Sorry for the weird formatting, I tried to auto-format with VS and it changed the entire file, not familiar with .NET dev!)

image

mpstark commented 1 month ago

I will definitely include this as part of the next version. Like you said, though, some of the formatting is a bit screwed, so I will need to adjust it after I merge it.

For future PRs: generally, you would make a feature branch on your fork (perhaps feature/boss-colors), then make your modifications there, then open a PR from that branch instead of your main branch.

mpstark commented 1 month ago

Thanks for the PR!