Project1

标题: VA修改字体 [打印本页]

作者: 秘鲁草    时间: 2012-4-12 17:32
标题: VA修改字体
本帖最后由 秘鲁草 于 2012-4-12 17:38 编辑

{:2_270:} 这个脚本有问题吗?说第17行发生什么!

作者: feizhaodan    时间: 2012-4-12 19:06
跟字体完全没关系的没问题?

作者: 殇殃    时间: 2012-4-13 09:38
create_content应该要在末尾加s吧?  

#--------------------------------------------------------------------------
  # ● 生成窗口内容
  #--------------------------------------------------------------------------
  def create_contents
    contents.dispose
    if contents_width > 0 && contents_height > 0
      self.contents = Bitmap.new(contents_width, contents_height)
    else
      self.contents = Bitmap.new(1, 1)
    end
  end




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