the source of hours long headache has been documented

2021-06-29 06:10:42 +00:00
parent 83130a699b
commit c8b7202bc5

@ -14,4 +14,5 @@
<p>Remember to replace '1' with the number of the issue you want to close!</p>
<h2>Werid, hardly documented renpy stuff we use</h2>
<ul id=MoveTransition><a href=https://www.renpy.org/doc/html/transitions.html#MoveTransition>MoveTransition</a> - a way more modifiyable version of "with move" that can be applied to characters.</ul>
<ul id=MoveTransition><a href=https://www.renpy.org/doc/html/transitions.html#MoveTransition>MoveTransition</a> - a way more modifiyable version of "with move" that can be applied to characters.</ul>
<ul id=Updates><a href=https://www.renpy.org/doc/html/updater.html#updater.Update>updater.Update</a> - there are **TWO** update commands in Renpy. One gives you cancer, one updates the game. This one, the one with a capital 'U' in "Update", is the one that actually updates. However, it accepts variables like <a href=https://www.renpy.org/doc/html/updater.html#updater.update>updater.update</a> does. So treat the documentation for updater.update as the valid documentation for updater.Update.</ul>