iOS的Libgdx项目在模拟器上通过robovm编译时显示libgdx启动?

2022-01-12 00:00:00 game-engine java libgdx robovm

如何删除出现在 iOS 模拟器上但未出现在 android 模拟器中的 libgdx 启动画面.

How can I remove libgdx splash screen which appears on iOS simulator but doesn't showed up in android emulator.

我正在通过 robovm 编译我的 libgdx 项目.

I am compiling my libgdx project through robovm.

谢谢

推荐答案

您需要替换 RoboVM iOS 项目的data"文件夹中的各种Default-"图像.

You will need to replace the various "Default-" images which are in the RoboVM iOS project's "data" folder.

这些是 此处描述的 iOS启动图像"

相关文章