I had the same issue with the pendulum and I think it is somehow bugged, double clicking always worked even when way off the timing, while more accurate single clicking did not.
trickyl
6
Posts
1
Topics
100
Following
A member registered Apr 01, 2018
Recent community posts
Cognitive Performance and Reward (Hypnosis Study #3) comments · Replied to vanillapurrlgrey in Cognitive Performance and Reward (Hypnosis Study #3) comments
Ok, spend some time playing around with twinery
Take a backup of your story then:
- Add "Config.passages.nobr = true;" to the stories javascript
- Use search and replace, click use regex and put "\n\n " in the find box, and in the replace box do
<p>
With the empty line before and a linebreak after the <p> - Add the following to the stylesheet
#passages p {
margin-top: 2em;
}
If all goes correct it should be converted to use <p> instead, and you can play around with the spacing. It might be simpler to rerun the search and replace instead of manually adding in <p> in new passages.
Might be related to https://github.com/renpy/renpy/issues/2639 which is a person reporting the same error and isolated it to how renpy includes the icon for the exe. Not something a user can fix simply but might be useful to MonsterBox.