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
481 전투 RTAB 1.15와 애드온 from 歯車の城 4 file 백호 2009.02.22 1186
480 기타 Minesweeper(지뢰찾기) by SephirothSpawn (SDK호환) 3 file 백호 2009.02.22 1363
479 기타 Monster Arena by trickster file 백호 2009.02.22 812
478 기타 Tetris Attack by trickster 1 file 백호 2009.02.22 986
477 키입력 전체키 입력 스크립트 v4 by Cybersam 5 file 백호 2009.02.22 1947
476 키입력 Keyboard Input Module v5 by Near Fantastica (SDK호환) 백호 2009.02.22 1075
475 키입력 Mouse Input Module v5 by Near Fantastica (SDK호환) 2 백호 2009.02.22 962
474 전투 Stealing/Mugging/Scanning 6.0 Final by Trickster (SDK호환) file 백호 2009.02.22 885
473 저장 Inn & Save Point System by SephirothSpawn (SDK호환) 1 file 백호 2009.02.22 810
472 스킬 Skill Requirements by SephirothSpawn (SDK호환) file 백호 2009.02.22 763
471 메뉴 혹시있나해서-_-.. 대화창에 테두리치기 스크립트 7 백호 2009.02.22 2592
470 전투 SG_Attack Break by sandgolem (SDK호환) 백호 2009.02.22 813
469 아이템 SG_Item Break by sandgolem (SDK호환) 백호 2009.02.22 897
468 스킬 SG_Skill Break by sandgolem (SDK호환) 백호 2009.02.22 772
467 기타 RM2K Facesets, Inn & Windowskin Colors by DerVVulfman@rmxp.org 1 file 백호 2009.02.22 866
466 메뉴 Advanced Command Windows by Tsunokiette file 백호 2009.02.22 1307
465 전투 [신기술 체험]액션배틀1탄 6 file 백호 2009.02.22 2766
464 기타 [신기술 체험] RPGXP 3D 9 file 백호 2009.02.22 3635
463 기타 [신기술 체험] 솔로채팅창 17 file 백호 2009.02.22 2187
462 파티 [신기술 체험] 2p파티시스템(액알) 8 file 백호 2009.02.22 3193
Board Pagination Prev 1 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 ... 52 Next
/ 52