@Override
public void create() {
batcher = new SpriteBatch();
textOverPlayers= new BitmapFont(Gdx.files.internal("data/hobo.fnt"),Gdx.files.internal("data/hobo.png"),false,false);
Settings.load();
Assets.load();
// Load the TournamentsCore if we have a valid implementation of it
if (this.tournaments != null) {
NextpeerPlugin.load(this.tournaments);
}
setScreen(new MainScreen(this));
fps = new FPSLogger();
}
SkiFun.java 文件源码
java
阅读 20
收藏 0
点赞 0
评论 0
项目:SkiFun
作者:
评论列表
文章目录