self.contents.clear
self.contents.font.color = normal_color
self.contents.font.size = 20
# x 为要描绘文字的加法运算
x += self.contents.text_size(c).width + 5
# 描绘文字
self.contents.draw_text(4 + x, 32 * y, 40, 32, c)
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |