XP 스크립트

쓸모가 없을수도 있습니다 .

번역순으로 올리도록하겠습니다.


어디에 쓰일지가 의문인 스크립트
────────────────
#==============================================================================
# ■ Window_Information
#------------------------------------------------------------------------------
#  메뉴 화면에서 정보를 표시하는 윈도우입니다.
#==============================================================================

class Window_Information < Window_Base
#--------------------------------------------------------------------------
# ● 오브젝트 초기화
#--------------------------------------------------------------------------
def initialize
super(0, 0, 640, 39)
self.contents = Bitmap.new(width - 32, height - 32)
refresh
end
#--------------------------------------------------------------------------
# ● 리프레쉬
#--------------------------------------------------------------------------
def refresh
#self.contents.clear
#self.contents.font.color = system_color
#cx = self.contents.text_size("현재지").width + 8
#self.contents.draw_text(4, 0, cx, 32, "현재지")
#self.contents.font.color = normal_color
#Infowin.draw_text(12, 0, 400, 32, $game_system.place)
#self.contents.font.color = system_color
#cx = self.contents.text_size("현재의 임무").width + 8
#self.contents.draw_text(4, 32, cx, 32, "현재의 임무")
#self.contents.font.color = normal_color
#self.contents.draw_text(4 + cx, 32, 444 - cx, 32, $game_system.mission)
end
end

Who's 백호

?

이상혁입니다.

http://elab.kr


List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 습작 2012.12.24 6153
561 스킬 스킬 추가 공격 스크립트 7 file 백호 2009.02.21 1697
560 이동 및 탈것 이벤트의 스크립트로 기동하는 점프 루트 완성 2 file 백호 2009.02.21 1698
559 전투 사이비 CTB 1 file 백호 2009.02.21 1701
558 이동 및 탈것 8방향 이동 & 대쉬 스크립트 5 백호 2009.02.21 1703
557 영상 The AVI Player 1.3 by DerVVulfman 3 Alkaid 2010.10.08 1707
556 전투 KGC_SeparationCommand file 백호 2009.02.22 1708
555 전투 Kingdom Hearts 스타일의 전투 시스템 1 백호 2009.02.21 1709
554 기타 레벨, 능력치 무한 스크립트 3 백호 2009.02.22 1712
553 스킬 스킬 Learning 스크립트 1 file 백호 2009.02.21 1713
552 상점 상점에서 Q.W버튼으로 순서를 바꿈!상점스텟 상세화 업그레이드 1 백호 2009.02.21 1714
551 기타 테트리스 ?구현 스크립트 2 file 백호 2009.02.21 1714
550 기타 양손무기, 전신갑옷 스크립트 2 백호 2009.02.22 1714
549 전투 KGC_RankConception(대열 개념) file 백호 2009.02.22 1719
548 직업 직업마다 다른 성장 2 백호 2009.02.22 1724
547 기타 창고 스크립트 5 긔염둥이♥ 2012.06.18 1726
546 장비 CSSR5-장비품 중량 시스템 1 file 백호 2009.02.22 1731
545 기타 CG그림 감상 스크립트 file 백호 2009.02.21 1735
» 기타 일본RPGXP게임에서 번역한 스크립트 입니다. 1 백호 2009.02.22 1735
543 기타 필드에서 체력을 출력합니다. 4 백호 2009.02.22 1737
542 기타 간단한 Scene_Base #2 2 Alkaid 2012.01.15 1738
Board Pagination Prev 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ... 52 Next
/ 52