scemino / engge

Open source remake of Thimbleweed Park's engine
https://scemino.github.io/
MIT License
148 stars 15 forks source link

Feature request: allow left-click to advance dialogue #95

Closed neuromancer closed 4 years ago

neuromancer commented 4 years ago

It seems to be available in the original game: https://steamcommunity.com/app/569860/discussions/0/133261124638040356/

scemino commented 4 years ago

OK I propose to support the same as the original game, you can add this to Prefs.json:

keySkipText: "."
rightClickSkipsDialog: 1

If you press the period or if you use right click, it skips the dialog.

neuromancer commented 4 years ago

Fair enough.