-1
我試圖在遊戲製作者8.1中彈出消息,它沒有設計。我試圖找到一些教程,但它不起作用。我將如何創建帶有設計的彈出消息?遊戲製作者創建彈出消息
我試圖在遊戲製作者8.1中彈出消息,它沒有設計。我試圖找到一些教程,但它不起作用。我將如何創建帶有設計的彈出消息?遊戲製作者創建彈出消息
有關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.