Nivrad00 / social-landmines

MIT License
0 stars 0 forks source link

Text speed doesn't work #1

Closed Nivrad00 closed 3 years ago

Nivrad00 commented 3 years ago

Like, at all. Always displays the whole thing instantly. Gotta figure that out

Nivrad00 commented 3 years ago

Text speed works now (needed to include {"typing": true} as parameter when calling say()). I also changed the text speed slider to be more reasonable values -- it was way too slow before -- and made it so that max text speed causes the "typing" effect to not show at all.

Still one outstanding issue: for some reason the speed of the typing doesn't quite match what's set in the preference.

Nivrad00 commented 3 years ago

We decided scroll speed wasn't an important feature, so I replaced it with a toggle that just turns scrolling on and off. It edits a new setting called "rakugo/game/text/scrolling_enabled." Also ironed out some issues with the windowed/fullscreen toggle while I was editing the settings menu.