找到:
self.contents.draw_text(4+@dx, (font_size+10)*@dy, font_size, font_size, c)
将他改成:
if c == "\001" or c == "\002" or c == "\003" or c == "\n"
c = ""
else
self.contents.draw_text(4+@dx, (font_size+10)*@dy, font_size, font_size, c)
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |