Ice Dragon
Mega Man
- 6/9/04
- 3,101
- 1
Dễ lắm,U thêm vô câu lệnh nầy:
Vào phía sau:
Ấy chết,nếu như bảng ko hiện gì mới thêm dòng đó,nếu chỉ hi65n table English mà bác muốn nó hiện tables Việt Nam thì:
Sửa cái này lại:
Thành
Được ko báo mình ngay nhé.
Mã:
self.contents.font.name = $fontface
self.contents.font.size = $fontsize
Mã:
self.contents = Bitmap.new(width - 32, height - 32)
Sửa cái này lại:
Mã:
def refresh
self.contents.clear
for i in 0..134
x = 4 + i / 5 / 9 * 152 + i % 5 * 28
y = i / 5 % 9 * 32
if @mode == 1
self.contents.font.name = ".VnTime"
self.contents.font.size = 24
self.contents.draw_text(x, y, 28, 32, [B]ENGLISH_TABLE[/B][i], 1)
end
end
end
Mã:
def refresh
self.contents.clear
for i in 0...[B]VIETNAMES_TABLE.size[/B]
x = 4 + i / 5 / 9 * 152 + i % 5 * 28
y = i / 5 % 9 * 32
if @mode == 1
self.contents.font.name = ".VnTime"
self.contents.font.size = 24
self.contents.draw_text(x, y, 28, 32, [B] VIETNAMES_TABLE[/B][i], 1)
end
end
end
Xem thử cái Script này: