Project1

标题: 战斗时技能栏的位置 [打印本页]

作者: wsccd1    时间: 2010-7-27 15:28
提示: 作者被禁止或删除 内容自动屏蔽
作者: 小角色    时间: 2010-7-27 17:16
Window_Skill 是技能窗口的内容
#--------------------------------------------------------------------------
  # ● 初始化对像
  #     actor : 角色
  #--------------------------------------------------------------------------
  def initialize(actor)
    super(0, 128, 640, 352)
    @actor = actor
    @column_max = 2
    refresh
    self.index = 0
    # 战斗中的情况下将窗口移至中央并将其半透明化
    if $game_temp.in_battle
      self.y = 64
      self.height = 256
      self.back_opacity = 160
    end
  end
改这一段,另外你发错区了




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