范例1111.zip
(212.65 KB, 下载次数: 121)
范例222.rar
(200.13 KB, 下载次数: 83)
我只是来抢大帅哥的- -不是抢P叔生意的if item_32?
# 计算光标坐标
x = @index % @column_max * (cursor_width + 32)
y = @index / @column_max * 40 - self.oy
# 更新光标矩形
self.cursor_rect.set(x, y, cursor_width, 40)
else
x = @index % @column_max * (cursor_width + 32)
y = @index / @column_max * 32 - self.oy
# 更新光标矩形
self.cursor_rect.set(x, y, cursor_width, 32)
end
范例1111.7z
(195.37 KB, 下载次数: 68)
item_32?
| 欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |