【发布时间】:2013-07-18 21:51:03
【问题描述】:
我很难将我在 Game Maker 中设计的 HTML5 应用程序扩展为在移动设备屏幕上显示。在切换到该房间之前,我尝试使用这段代码在设置对象中设置主游戏房间的宽度和高度:
room_set_width(rm_playspace,browser_width);
But that seems be doing absolutely nothing.
您是否使用 Game Maker 成功地为移动设备设计了软件?您是如何让您的软件在具有不同尺寸屏幕的移动设备上正确查看的?
【问题讨论】:
标签: html mobile scaling game-maker