Translations by Huang Junjie

Huang Junjie has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

18 of 8 results
1.
Skins
2017-02-24
皮肤
2.
Ren'Py supports skinning the launcher - changing what the launcher looks like. To do this, follow the following steps:
2017-02-24
Ren'py支持启动器的皮肤切换——即更换启动器样式。若要进行此操作,请参照下列步骤:
3.
Skins are specific to the Ren'Py version in use, and can't be expected to be forward or backwards compatible.
2017-02-24
皮肤仅针对当前Ren'py版本使用,您不能期望它可以向前或向后兼容。
4.
Open the launcher in the launcher. This can be done from the preferences screen.
2017-02-24
在启动器中打开启动器工程。该选项可以在设置界面中找到。
5.
Create the skin.rpy script file.
2017-02-24
创建一个skin.rpy脚本。
6.
Copy the following code into skin.rpy::
2017-02-24
复制下列代码到skin.rpy内:
7.
Modify skin.rpy to skin the launcher. Place the image files you use into the launcher's game directory.
2017-02-24
修改skin.rpy来修改启动器样式。请将您需要使用到的图像文件放在启动器的game目录下。
8.
An incorrect skin.rpy file could prevent the launcher from starting. To fix it, you'll need to remove skin.rpy and skin.rpyc from the launcher's game directory, start the launcher, and then put them back.
2017-02-24
不正确的skin.rpy文件会造成启动器无法启动。若要修复,请从启动器的game目录中移除skin.rpy和skin.rpyc文件,打开启动器,然后再把它们放回来。