设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 2150|回复: 1
打印 上一主题 下一主题

[已经解决] Window_Message的脚本略微改动后显示不了图片

[复制链接]

Lv1.梦旅人

梦石
0
星屑
50
在线时间
19 小时
注册时间
2013-7-21
帖子
18
跳转到指定楼层
1
发表于 2013-7-25 20:43:13 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
本帖最后由 KISS_COMPUTER 于 2013-7-26 09:36 编辑

  #--------------------------------------------------------------------------
  # ● 翻页处理
  #--------------------------------------------------------------------------
  def new_page(text, pos)
    contents.clear
  ################
    face_name = $game_message.face_name
    face_index = $game_message.face_index
    source = Cache.face(face_name)
    rect = Rect.new(face_index % 4 * 96, face_index / 4 * 96, 96, 96)
    bitmap = Bitmap.new(96, 96)
    bitmap.blt(0, 0, source, rect)
    sprite = Sprite.new
    sprite.x = 0
    sprite.y = Graphics.height - 96
    sprite.z = 1000
    sprite.bitmap = bitmap
    source.dispose
    bitmap.dispose
  ################
    reset_font_settings
    pos[:x] = new_line_x
    pos[:y] = 0
    pos[:new_x] = new_line_x
    pos[:height] = calc_line_height(text)
    clear_flags
  end


#####行内为改动的部分,请指教是哪里出现了问题,O(∩_∩)O谢谢

Lv1.梦旅人

梦石
0
星屑
50
在线时间
135 小时
注册时间
2013-6-10
帖子
29
2
发表于 2013-7-26 07:46:54 | 只看该作者
本帖最后由 xTsukihime 于 2013-7-26 08:30 编辑

  1. class Window_Message
  2.   #--------------------------------------------------------------------------
  3.   # ● 翻页处理
  4.   #--------------------------------------------------------------------------
  5.   def new_page(text, pos)
  6.     contents.clear
  7.   ################
  8.     face_name = $game_message.face_name
  9.     face_index = $game_message.face_index
  10.     source = Cache.face(face_name)
  11.     rect = Rect.new(face_index % 4 * 96, face_index / 4 * 96, 96, 96)
  12.     @sprite = Sprite.new
  13.     @sprite.x = 0
  14.     @sprite.y = Graphics.height - 96
  15.     @sprite.z = 1000
  16.     @sprite.bitmap = Bitmap.new(96, 96)
  17.     @sprite.bitmap.blt(0, 0, source, rect)
  18.     source.dispose
  19.   ################
  20.     reset_font_settings
  21.     pos[:x] = new_line_x
  22.     pos[:y] = 0
  23.     pos[:new_x] = new_line_x
  24.     pos[:height] = calc_line_height(text)
  25.     clear_flags
  26.   end
  27. end
复制代码

评分

参与人数 1星屑 +100 收起 理由
Sion + 100 感谢帮忙

查看全部评分

回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-11-18 06:39

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表