Game Maker创建弹出消息

时间:2014-10-16 20:47:21

标签: gml

我试图在游戏制作者8.1中制作一个弹出消息,它没有任何设计。我试图找到一些教程,但它不起作用。我将如何使用设计创建弹出消息?

1 个答案:

答案 0 :(得分: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.