只需一步,快速开始
您需要 登录 才可以下载或查看,没有账号?立即注册
textbutton _("画廊鉴赏") action ShowMenu("gallery_menu") screen gallery_menu(): modal True default x = renpy.get_mouse_pos()[0] default y = renpy.get_mouse_pos()[1] frame: pos (x + 10, y + 20) has vbox textbutton _("背景画廊"): action [Hide("gallery_menu"),ShowMenu("cg_gallery")] textbutton _("角色画廊"): action [Hide("gallery_menu"),ShowMenu("hg_gallery")] textbutton _("返回"): action Hide("gallery_menu")
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|RenPy中文空间 ( 苏ICP备17067825号|苏公网安备 32092302000068号 )
GMT+8, 2024-11-23 16:01 , Processed in 0.129503 second(s), 27 queries .
Powered by Discuz! X3.5
© 2001-2024 Discuz! Team.