Wip removed test file
This commit is contained in:
parent
9f727d318f
commit
acbbaf348a
|
@ -114,7 +114,7 @@ public enum GDXAppMain implements DefaultEnumInstanceᴶᴹˣ<GDXAppMain,GDXAppM
|
||||||
System.out.println("BãßBȍőnCoffinʸᴰ init done.");
|
System.out.println("BãßBȍőnCoffinʸᴰ init done.");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
basePlane = FontAtlasDriver.newInstance().createReader().readString(Gdx.files.internal("font/unicode4d.xml").readString());
|
//basePlane = FontAtlasDriver.newInstance().createReader().readString(Gdx.files.internal("font/unicode4d.xml").readString());
|
||||||
|
|
||||||
|
|
||||||
if (args.contains("warpcore-load")) {
|
if (args.contains("warpcore-load")) {
|
||||||
|
|
|
@ -42,7 +42,7 @@ public class Unicode4DApp extends DefaultDeskApp implements DeskAppRenderer {
|
||||||
public ImCharacter(FontAtlasStoreGlyph glyph) {
|
public ImCharacter(FontAtlasStoreGlyph glyph) {
|
||||||
this.glyph = glyph;
|
this.glyph = glyph;
|
||||||
|
|
||||||
List<V072Tong> tongs = glyph.getTongs();
|
//List<V072Tong> tongs = glyph.getTongs();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void render() {
|
public void render() {
|
||||||
|
|
Loading…
Reference in a new issue