以下引用光之ZERO于2009-2-6 22:33:01的发言:
def refresh
self.contents.clear
if $shuru =="marths"
for i in 0..9
x = 4 + i / 5 / 9 * 152 + i % 5 * 28
y = i / 5 % 9 * 32
self.contents.draw_text(x, y, 28, 32, CHARACTER_TABLE, 1)
end
else
for i in 0..179
x = 4 + i / 5 / 9 * 152 + i % 5 * 28
y = i / 5 % 9 * 32
self.contents.draw_text(x, y, 28, 32, CHARACTER_TABLE, 1)
end
end
self.contents.draw_text(544, 9 * 32, 64, 32, "确定", 1)
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |