Project1

标题: 请教一下,关于对话框头像的代码在哪? [打印本页]

作者: kklt    时间: 2016-7-14 12:02
标题: 请教一下,关于对话框头像的代码在哪?
是在Window_Message里面吗?
作者: 喵呜喵5    时间: 2016-7-14 14:10
Window_Message
  1.   #--------------------------------------------------------------------------
  2.   # ● 翻页处理
  3.   #--------------------------------------------------------------------------
  4.   def new_page(text, pos)
  5.     contents.clear
  6.     draw_face($game_message.face_name, $game_message.face_index, 0, 0)
  7.     reset_font_settings
  8.     pos[:x] = new_line_x
  9.     pos[:y] = 0
  10.     pos[:new_x] = new_line_x
  11.     pos[:height] = calc_line_height(text)
  12.     clear_flags
  13.   end
复制代码





欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1