2014-10-16 4 views

답변

2

도울 수있는 http://docs.yoyogames.com (특히 GML 개요 아래)에 대한 문서가 있습니다.

이 기능을 사용하여 팝업 모양을 변경할 수 있습니다.

message_text_font(); //Sets the font for the text in the pop-up box. 
message_button_font(); //Sets the font for the buttons in the pop-up box. 
message_input_font(); //Sets the font for the input field in the pop-up box.