audinowho / PMDODump

All content generation for PMDO. BEWARE SPOILERS.
MIT License
61 stars 14 forks source link

Better formatting for Dungeon Seeds #38

Open issuebotaudinowho[bot] opened 2 years ago

issuebotaudinowho[bot] commented 2 years ago

Discord: Shitpost Sunkern#8311 <@292039958829727744>

Feature request: put spaces every four characters in seed display e.g.

7EE4 8B90 68A5 F79C instead of 7EE48B9068A5F79C

also, forcibly display leading zeros in this scheme so we don't have a 3-char group

audinowho commented 2 years ago

The place where it is formatted is here: https://github.com/RogueCollab/RogueEssence/blob/adecdc6cec7dab4c9051ee44c3e323411f5dde44/RogueEssence/Menu/Records/FinalResultsMenu.cs#L77