Project1

标题: [已解決]自动选项与Galv's Visual Novel Choices之间产生了一个小... [打印本页]

作者: chanszeman1018    时间: 2020-1-9 14:20
提示: 作者被禁止或删除 内容自动屏蔽
作者: KB.Driver    时间: 2020-1-9 14:20
RUBY 代码复制
  1. #encoding:utf-8
  2. #==============================================================================
  3. # ■ Window_ChoiceList
  4. #------------------------------------------------------------------------------
  5. #  此窗口使用于事件指令中的“顯示選項”的功能。
  6. #==============================================================================
  7.  
  8. class Window_ChoiceList < Window_Command
  9.   #--------------------------------------------------------------------------
  10.   # ● 更新
  11.   #--------------------------------------------------------------------------
  12.   def close
  13.     super
  14.     dispose_bgs
  15.   end
  16. end





欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1