赞 | 14 |
VIP | 0 |
好人卡 | 9 |
积分 | 20 |
经验 | 3837 |
最后登录 | 2024-10-24 |
在线时间 | 602 小时 |
Lv3.寻梦者
- 梦石
- 0
- 星屑
- 2015
- 在线时间
- 602 小时
- 注册时间
- 2012-4-8
- 帖子
- 426
|
本帖最后由 iisnow 于 2012-5-17 15:07 编辑
大概也就是这样了吧...
代码苦手...
注释也只是效果注释而已...原理不清楚...- def input_pause
- if Input.trigger?(Input::B)
- self.opacity = 0 #窗口透明化
- self.contents.dispose #内容清除
- @wait_count = 60 #等待一秒
- $scene = Scene_Menu.new
- end
- if Input.trigger?(Input::B) or Input.trigger?(Input::C)
- self.pause = false
- if @text != nil and not @text.empty?
- new_page if @line_count >= MAX_LINE
- else
- terminate_message
- end
- end
- end
复制代码 ��� |
评分
-
查看全部评分
|