和对话框内显示选项原理差不多,把原来的输入框背景改成透明的然后放到对话框上面即可,脚本: https://script.miaowm5.com/post/4 |
参与人数 2 | 星屑 +50 | 赞 +2 | 收起 理由 |
---|---|---|---|
alexncf125 | + 50 | + 1 | 认可答案 |
新之梦 | + 1 | 认可答案 |
本帖最后由 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) |
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-27 19:27
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.