self.contents.font.color = system_color
case actor.level
when 1
self.contents.draw_text(x, y, 32, 32, "新手")
when 2
self.contents.draw_text(x, y, 32, 32, "比新手好一点")
when 3
self.contents.draw_text(x, y, 32, 32, "比新手好一点再好一点")
:
(以此论推不断重复)
:
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |