• 내용으로 건너뛰기

GINS WIKI 긴스 위키

사용자 도구

  • 로그인

사이트 도구

  • 최근 바뀜
  • 미디어 관리자
  • 사이트맵
현재 위치: 긴스위키 GINS wiki » 개발 언어
추적:

language

검색

아래에서 검색 결과를 찾을 수 있습니다.

시작
  • 정확히 일치
  • 시작
  • 끝
  • Contains
@language:gamemaker
  • 모든 네임스페이스
Any time
  • Any time
  • 저번 주
  • 저번 달
  • 저번 년도
조회수로 정렬
  • 조회수로 정렬
  • Sort by last modified

일치하는 문서 이름:

  • 인스턴스
  • view를 사용한 화면 전환 방식으로 작성한 것
  • 함수 퀵 설명 func ref
  • 전역 변수의 추가
  • 공통 : 모바일 OS
  • Function List
  • 뷰와 DRAW_GUI 이벤트
  • 색상과 알파값을 얻는 함수
  • 튜토리얼 번역 : 진행 중
  • 2-트리거-이벤트
  • 만들 수 있는 방법
  • 폰트를 추가
  • 2-확장-기능
  • 특징
  • 'run the game'(f5)로 게임을 실행 후, GameMaker가 다운될 때
  • 9-유튜브에-있는-튜토리얼-동영상
  • 간단한 슈팅 게임
  • 아이폰의 해상도에 대응하는 가이드
  • 설명-1회
  • 설명-2회

전체 텍스트 결과:

폰트를 추가
12 조회 수, 마지막으로 수정됨: 13개월 전
를 추가 - 리소스트리 --> Fonts --> 'Create Font' 선태 \\ {{:language:gamemaker:gm-addfont-1.png?200|}} - 기본 폰트 설정 화면 \\ {{:language:gamemaker:gm-addfont-2.png?650|}} * Name : 폰트... ) 영역 아래 쪽의 '+' 버튼을 누른다. - 문자셋을 추가하는 대화상자 \\ {{:language:gamemaker:gm-addfont-3.png|}} * (A) ~ (B) : 추... e** : 추가할 문자가 저장되어 있는 파일. 유니코드여도 읽어 들인다. ( 예 : {{:language:gamemaker:채팅에서자주쓰이는글자-2012-06_-_1000개이상만정리.txt|}}
튜토리얼 번역 : 진행 중
6 조회 수, 마지막으로 수정됨: 13개월 전
====== 튜토리얼 번역 : 진행 중 ====== * {{:language:gamemaker:20121116-surface-tutorial-kor.7z|}} 서피스란 * 그림을 그리... .com/index.php?showtopic=512187|게임 메이커 커뮤니티]] {{:language:gamemaker:blendmodes.png|}} {{:language:gamemaker:blendmodes2.png|}} {{:language:gamemaker:blendmodes3.png|}} {{:language:gamemaker:blendmodes4.p
Function List
3 조회 수, 마지막으로 수정됨: 13개월 전
on contains all the information on the Game Maker Language GameMaker:Studio contains a built-in programming language, commonly called GML, which gives you much more f... Drop actions do. In this section we describe the language GML and we give an overview of all the functions
색상과 알파값을 얻는 함수
3 조회 수, 마지막으로 수정됨: 13개월 전
= color_get_hue ===== 색에서 hue(색상값?)을 분리하는 함수. {{:language:gamemaker:gm-hue-1.jpg|}} 예) <code gml> col = me... 스프라이트 한개와 배경으로 블렌딩 효과를 비교해볼 수 있는 차트.(도움말에서) {{:language:gamemaker:draw_set_blend_mode_ext.jpg|}} ==== 예제... ); draw_set_blend_mode( bm_normal ); </code> {{:language:gamemaker:draw_set_blend_mode_ext-exam.jpg|}} ===
2-확장-기능
3 조회 수, 마지막으로 수정됨: 13개월 전
.php?showtopic=335081|xbox360 controller]] * {{:language:gamemaker:xbox_controller_library_v2.zip|extensio... bitwarrior.com/?p=823|8bitwarrior]] * link : {{:language:gamemaker:gms_tween.zip|}} * live demo from : [... /easing/easing_demo.html|easing_demo from robertpenner.com]] \\ {{:language:unity:easing_demo.swf?500x400|}}
특징
3 조회 수, 마지막으로 수정됨: 13개월 전
있다. * 왼쪽 프로젝트 폴더에서 **Included Files** 선택 \\ {{:language:gamemaker:gm-incfile-3.png?200|}} * **Create Included File** 메뉴 선택해서 새로운 항목 추가 시작 \\ {{:language:gamemaker:gm-incfile-1.png?200|}} * **Load** 버튼을 눌러서 ini 파일을 선택한다. \\ {{:language:gamemaker:gm-incfile-2.png?200|}} ====== 포함한 ini
'run the game'(f5)로 게임을 실행 후, GameMaker가 다운될 때
2 조회 수, 마지막으로 수정됨: 13개월 전
te/andykbf/gmlnotepad%2B%2B|gmlnotepad++]] * {{:language:gamemaker:20121114-notepadgml.zip|2012-11-14일 버젼}... Program Files\Notepad++\plugins\APIs\ 폴더에 복사 GML Language(언어)메뉴의 맨 끝 부분에 추가됨. gml 파일인 경우 이 언어 옵션을 선택하면 하이라이
함수 퀵 설명 func ref
1 조회 수, 마지막으로 수정됨: 13개월 전
어떤 각도의 길이 몇만큼 줬을때 이동된 X의 위치를 구해주는 요긴할 듯한 함수. {{:language:gamemaker:lengthdir_x.jpg|}} <code gml> // 총알 오브
공통 : 모바일 OS
1 조회 수, 마지막으로 수정됨: 13개월 전
부의 시스템 폰트를 사용할 수 없다. * 내장 폰트를 만들어야 하는데 방법은, : [[language:gamemaker:2-폰트-추가와-한글-출력|폰트를 추가]] * 모든 글자를 포함한
만들 수 있는 방법
1 조회 수, 마지막으로 수정됨: 13개월 전
====== 튜토리얼 번역 ====== * 아직 진행중 , 70~80% * {{:language:gamemaker:20121114-particle-tutorial-working.7z|}
language.txt · 마지막으로 수정됨: 2024/04/23 22:42 저자 127.0.0.1

문서 도구

  • 문서 보기
  • 이전 판
  • 역링크
  • 맨 위로
별도로 명시하지 않을 경우, 이 위키의 내용은 다음 라이선스에 따라 사용할 수 있습니다: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki