📜  renpy 场景与表演 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:19.797000             🧑  作者: Mango

代码示例1
#Scene character removes everything on Scene including the previous scene
#Show only adds a new Background, characters will remain and you have to hide the previous background.
#In short Scene is good for backgrounds.
#Show is good for characters.