Added underscore to font
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user