Project1

标题: 求那个选项在屏幕中间显示的脚本,一直没找到 [打印本页]

作者: 若得若失    时间: 2016-11-13 10:56
标题: 求那个选项在屏幕中间显示的脚本,一直没找到
求那个选项在屏幕中间显示的脚本,找了好久一直没找到,之前有人发过,但忘记存了。
作者: 魔法丶小肉包    时间: 2016-11-13 11:14
RUBY 代码复制
  1. class Window_ChoiceList < Window_Command
  2.   def update_placement
  3.     self.width = [max_choice_width + 12, 96].max + padding * 2
  4.     self.width = [width, Graphics.width].min
  5.     self.height = fitting_height($game_message.choices.size)
  6.     self.x = (Graphics.width - width)/2
  7.     self.y = (Graphics.height - height)/2
  8.   end
  9. end

作者: VIPArcher    时间: 2016-11-13 23:00
五行脚本里面有这份套餐
https://rpg.blue/thread-378738-1-1.html
这个帖子里搜索 “显示选项显示在画面正中间”




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