Project1

标题: 如何更改选择项的对话框位置 [打印本页]

作者: 飞火流萤    时间: 2014-7-25 12:02
标题: 如何更改选择项的对话框位置
每次选择的时候,框框很大,选项很小也很少。
作者: 飞火流萤    时间: 2014-7-25 12:31
我要更改显示位置和大小
作者: 白鬼    时间: 2014-7-25 12:58
本帖最后由 白鬼 于 2014-7-25 13:00 编辑

系统默认位置有3个,分别是,在上方,在中间和在下方。
在事件页第一页第二个项目就可以更改
大小的话,需要更改脚本。
目测你需要根据文章长度来自适应窗口大小。
不太好弄,麻烦。
建议你参考论坛上,或者主页上的一些教程
比如 fuki
http://www.66rpg.com/articles/3194

还有更多:
http://www.66rpg.com/search_resu ... D%E6%A1%86&st=0

作者: 你最珍贵    时间: 2014-7-25 13:54
  1.   #--------------------------------------------------------------------------
  2.   # ● 刷新光标矩形
  3.   #--------------------------------------------------------------------------
  4.   def update_cursor_rect
  5.     if @index >= 0
  6.       n = $game_temp.choice_start + @index
  7.       self.cursor_rect.set(8, n * 32, @cursor_width, 32)
  8.     else
  9.       self.cursor_rect.empty
  10.     end
  11.   end
复制代码
对话脚本中这段




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