@Override
public void show() {
// TODO Auto-generated method stub
img_ini01 = new Texture("T120SOFT_01.png");
p_width = Gdx.graphics.getWidth();
p_height = Gdx.graphics.getHeight();
camara = new OrthographicCamera(p_width,p_height);
layout = new GlyphLayout();
fuente = new BitmapFont(Gdx.files.internal("font000.fnt"),false);
str_inicio[0] = " T120 Soft Apps ";
str_inicio[1] = "Pulsa para continuar";
count = 0;
}
PantallaInicio.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:test01
作者:
评论列表
文章目录