赞 | 1 |
VIP | 0 |
好人卡 | 0 |
积分 | 17 |
经验 | 190 |
最后登录 | 2025-3-14 |
在线时间 | 98 小时 |
Lv3.寻梦者
- 梦石
- 0
- 星屑
- 1747
- 在线时间
- 98 小时
- 注册时间
- 2017-9-5
- 帖子
- 176
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
def refresh
contents.clear
draw_text(0, 0, 240, line_height, "是否忘记该技能?", 1)
←如果在这里显示技能名字,应该要怎么做?
@item_max.times do |i|
rect = item_rect(i)
text = i == 0 ? "确认" : "取消"
draw_text(rect, text, 1)
end
end |
|