我有一个名为UI的文件夹,在其中,它包含一个button.pack和一个button.png(我用GDX纹理包装器创建了这个)。这是.pack。
的代码行 atlas = new TextureAtlas(Gdx.files.internal("ui/button.pack"));
skin = new Skin(atlas);
但是当我运行应用程序时,它给了我这个错误:
Exception in thread "LWJGL Application" java.lang.IllegalArgumentException: Missing LabelStyle font.
我做错了吗?什么是精确的问题?