Added underscore to font

This commit is contained in:
Anuken
2018-01-04 14:36:41 -05:00
parent b486570c28
commit 226ad16242
4 changed files with 3 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ public class DesktopInput extends InputHandler{
@Override public float getCursorX(){ return (int)(Graphics.screen(mousex, mousey).x + 2); }
@Override public float getCursorY(){ return (int)(Gdx.graphics.getHeight() - 1 - Graphics.screen(mousex, mousey).y); }
@Override public boolean drawPlace(){ return !beganBreak; }
@Override
public void update(){
if(player.isDead()) return;

View File

@@ -132,9 +132,6 @@ public class FileChooser extends FloatingDialog{
content.top().left();
content.add(icontable).expandX().fillX();
content.row();
//content.add(navigation).colspan(3).left().marginBottom(10f).expandX().fillX().height(40f);
//content.row();
content.center().add(pane).width(Gdx.graphics.getWidth()/Unit.dp.scl(2)).colspan(3).grow();
content.row();
@@ -147,7 +144,6 @@ public class FileChooser extends FloatingDialog{
content.add(buttons).growX();
content().add(content);
//content().add(icontable).expandY().top();
}
private void updateFileFieldStatus(){