QQ截图20210327222553.png (374.46 KB, 下载次数: 25)
class Window_Status < Window_Selectable #-------------------------------------------------------------------------- # ● 绘制说明 #-------------------------------------------------------------------------- def draw_description(x, y) bitmap = Cache.picture("#{@actor.id}") rect = Rect.new(0, 0, 180, line_height * 2) contents.blt(x, y, bitmap, rect) bitmap.dispose end end
alexncf125 发表于 2021-3-27 23:18
自定义图片命名成角色ID, 图片不存在时会报错
class Window_Status < Window_Selectable
#---- ...
alexncf125 发表于 2021-3-27 23:18
自定义图片命名成角色ID, 图片不存在时会报错
class Window_Status < Window_Selectable
#---- ...
alexncf125 发表于 2021-3-27 23:18
自定义图片命名成角色ID, 图片不存在时会报错
class Window_Status < Window_Selectable
#---- ...
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |