Project1

标题: 怎么样把‘数值输入处理’的窗口改得VX一样 [打印本页]

作者: 新之梦    时间: 2022-5-12 20:57
标题: 怎么样把‘数值输入处理’的窗口改得VX一样
或者有没有脚本?
作者: alexncf125    时间: 2022-5-12 21:34
本帖最后由 alexncf125 于 2022-5-12 21:36 编辑

Window_NumberInput

  def update_placement
    self.width = Graphics.width#@digits_max * 20 + padding * 2
    self.height = fitting_height(4)#(1)
    self.x = 0#(Graphics.width - width) / 2

  def item_rect(index)
    Rect.new(index * 20 + 20, 0, 20, line_height)


作者: 新之梦    时间: 2022-5-13 07:12
alexncf125 发表于 2022-5-12 21:34
Window_NumberInput

  def update_placement

大佬,是我哪里搞错了吗,为什么显示这个啊?




作者: 新之梦    时间: 2022-5-13 10:23
alexncf125 发表于 2022-5-12 21:34
Window_NumberInput

  def update_placement

这次虽然可以运行了。。。
但我想要的效果是这样的



作者: alexncf125    时间: 2022-5-13 10:54
那给多加句self.opacity = 0就是了
其他的不外乎也只是依条件调整一下位置
作者: 喵呜喵5    时间: 2022-5-16 01:16


和对话框内显示选项原理差不多,把原来的输入框背景改成透明的然后放到对话框上面即可,脚本:

https://script.miaowm5.com/post/4




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