|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
事情是这样的,下载了某个英文版的gui后,我创建了一个新工程接着把gui文件复制替换了进去。
看了看,ui没有出错。
结果想先写一个开头logo的时候。
label splashscreen:
scene black
show mowenb
with dissolve
hide mowen
with dissolve(2.5)
play sound ac
return
就报错了
不光是这样,其他工程文件的dissolve(2.5)这样的time也突然完全不能用了
While running game code:
File "renpy/common/00start.rpy", line 233, in script call
call _splashscreen from _call_splashscreen_1
File "game/rpy/script.rpy", line 9, in script
with dissolve(2.5)
TypeError: 'Dissolve' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 233, in script call
call _splashscreen from _call_splashscreen_1
File "game/rpy/script.rpy", line 9, in script
with dissolve(2.5)
File "renpy/ast.py", line 1443, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1684, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2762, in do_with
clear=clear)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3676, in interact_core
new_widget=layers_root)
TypeError: 'Dissolve' object is not callable
有大佬能告诉我发生了什么么?万分感谢!
|
|