您好,我是LibGDX和AS的新手。我的编码中有错误:
“无法解析构造函数标签(java.lang.String)”
我的代码在这里。
countdownLabel = new Label(String.format("%03d", worldTimer));
new Label.LabelStyle(new BitmapFont(),Color.WHITE);
谢谢你的帮助
qazxsw poi ...是我的目标。我提到的那条线是第59行。
因此,将您的陈述与第59行进行比较:
github.com/BrentAureli/SuperMario/blob/master/core/src/com/
你现在看到了区别吗?