wirecutter wip

This commit is contained in:
minjaesong
2021-09-18 17:58:02 +09:00
parent 9bec90ca52
commit 097689f49f
6 changed files with 81 additions and 6 deletions

View File

@@ -34,9 +34,7 @@ public class MusicComposerApp extends ApplicationAdapter {
@Override
public void create() {
fontGame = new GameFontBase("assets/graphics/fonts/terrarum-sans-bitmap", false, true, false,
Texture.TextureFilter.Nearest, Texture.TextureFilter.Nearest, false, 256, false
);
fontGame = new GameFontBase("assets/graphics/fonts/terrarum-sans-bitmap", false, true, false);
}
@Override