화면에 원하는 위치에 아이콘을 그려줍니다. 아이콘번호는 Graphics/System폴더에 있는 Iconset 파일에 따릅니다.
사용법은 이벤트->스크립트 에서
$scene.draw_icon(index, icon_num, x, y) 를 적어주시면 됩니다. index는 구분자, icon_num은 아이콘번호, x, y 좌표
이미 있는 index의 경우 $scene.draw_icon(index, icon_num) 을 써주면 아이콘 그림이 바뀝니다.
아이콘 그림을 지워주고 싶은 경우는 $scene.clear_icon(index) 를 적어주시면 됩니다.
$game_system.hg_diswitch = true/false HUD 표시 유무를 설정합니다. true면 표시 false 면 비표시
사용법은 예제를 참고하세요.