audinowho / PMDODump

All content generation for PMDO. BEWARE SPOILERS.
MIT License
63 stars 13 forks source link

Walk Speed options #182

Open issuebotaudinowho[bot] opened 2 years ago

issuebotaudinowho[bot] commented 2 years ago

Discord: balk#5611 <@205553191985610753>

Feature request: the ability to change dungeon walk speed. The universal speed up function can kinda be used for this in combination with slowing down battle animations in the settings, but it has the undesirable effect of speeding up things like idle animations

audinowho commented 2 years ago

Walk speed is specified here: https://github.com/RogueCollab/RogueEssence/blob/adecdc6cec7dab4c9051ee44c3e323411f5dde44/RogueEssence/Dungeon/DSceneMap.cs#L86 Options code is here (probably put it next to the speed choices): https://github.com/RogueCollab/RogueEssence/blob/adecdc6cec7dab4c9051ee44c3e323411f5dde44/RogueEssence/Menu/Settings/SettingsMenu.cs#L37