对于较长的多路线GAL,已读文本变色是很有帮助的小功能。
以及在screen say中加入key "mousedown_4" action ShowMenu('history')可以实现滚轮上滑打开历史记录(需要关闭rollback)
替换方法:在 screens.rpy 内替换screen say
替换代码如下:[mw_shl_code=renpy,true]screen say(who, what):
style_prefix "say"
window:
id "window"
if who is not None:
效果大概是这样:
[mw_shl_code=renpy,true]screen show_date(gametime = gt):
fixed:
xpos 50
ypos 50
hbox:
spacing -40
for number in gametime.year:
image "gui/number_" + number + ".png"
image "gui/year.png"
for number in gametime.month:
image "gui/numbe
Ren'Py 7.1.3.1092
正在更新工程。
正在创建资源目录。
正在打包内部数据。
正在使用 Gradle 构建应用包。
Starting a Gradle Daemon, 1 busy and 1 stopped Daemons could not be reused, use --status for details
:app:preBuild UP-TO-DATE
:renpyandroid:preBuild UP-TO-D