-1

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

4

1 回答 1

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.
于 2014-10-17T20:56:02.213 回答