전투관련

배틀중 윈도우 투명하게 표시

by ruby posted Jan 20, 2010
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
Extra Form

짧으니 직접 올리겠습니다

# ★ 배틀 중에 메시지 창을 투명하게
#================================================= =============================
# ■ Window_BattleMessage
#================================================= =============================

class Window_BattleMessage
  #------------------------------------------------- -------------------------
  # ● 오브젝트 초기화 나누기
  #------------------------------------------------- -------------------------
  alias : neomemo2 : initialize
  def initialize
    neomemo2
    self.opacity = 0 # ""창을 투명하게
  end
end


Fatal error: Cannot access property sessionController::$lifetime in /web/old/xe/modules/session/session.controller.php on line 45