2 changes: 1 addition & 1 deletion 2 renpy/display/image.py Original file line numberDiff line numberDiff line change @@ -422,7 +422,7 @@ def error(msg): except Exception as e: if renpy.config.raise_image_exceptions and (renpy.config.debug or renpy.config.developer): if renpy.confi...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
display/displayable.py /usr/share/games/renpy/renpy/display/dragdrop.py /usr/share/games/renpy/renpy/display/emulator.py /usr/share/games/renpy/renpy/display/error.py /usr/share/games/renpy/renpy/display/focus.py /usr/share/games/renpy/renpy/display/gesture.py /usr/share/games/renpy/renpy/...
display/displayable.py /usr/share/games/renpy/renpy/display/dragdrop.py /usr/share/games/renpy/renpy/display/emulator.py /usr/share/games/renpy/renpy/display/error.py /usr/share/games/renpy/renpy/display/focus.py /usr/share/games/renpy/renpy/display/gesture.py /usr/share/games/renpy/renpy/...
renpy/display/image.py Original file line numberDiff line numberDiff line change @@ -383,6 +383,8 @@ def error(msg): if renpy.config.debug: raise Exception(msg) target = None # typing args = [ ] while name: @@ -446,7 +448,7 @@ def _duplicate(self, args): rv.name = rv....
For the best results when changing fonts, try to keep the text size the same as it originally was.") 6 changes: 6 additions & 0 deletions 6 renpy/common/_errorhandling.rpym Original file line numberDiff line numberDiff line change @@ -49,10 +49,16 @@ init label _errorhandling: ...
Advanced ATL display behavior, such as motions, must still be written manually. Scripting to define the images for a Ren’Py project by using the Krita document’s layer stack as the name of the file directory. For both formats, the resulting text is written onto the plugin’s window, ...
display gl sl2 text __init__.py arguments.py ast.py atl.py bootstrap.py character.py config.py curry.py defaultstore.py dump.py easy.py editor.py error.py execution.py exports.py game.py lint.py loader.py loadsave.py log.py main.py memory.py minstore.py object.py parser.py persi...
This is used to display the language name when the launcher is not in that language. Translations beginning with "{#in language font}" need to be wrapped in the same way. For example: translate french strings: old "{#in language font}Start using Ren'Py in [lang_name]" new "{font=fo...
在extractFile 函数中,将 self.sampleBrowser.toPlainText() 转换为对象,并使用 parse_files_data 函数解析 files 配置。 根据files_data 列表中 name_patterns 键的数量,创建对应数量的 mainExtract 线程。 为每个线程的 args 字典设置 name_patterns、exclude_patterns 和regDic,并使用 files_data 中对应元素的 sam...