mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-31 07:00:06 +07:00
Added underscore to font
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
info face="5squared pixel Regular" size=32 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2
|
||||
common lineHeight=44 base=36 scaleW=512 scaleH=512 pages=1 packed=0
|
||||
page id=0 file="square.png"
|
||||
chars count=296
|
||||
chars count=297
|
||||
char id=0 x=238 y=72 width=22 height=22 xoffset=-1 yoffset=15 xadvance=16 page=0 chnl=0
|
||||
char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=35 xadvance=8 page=0 chnl=0
|
||||
char id=33 x=498 y=38 width=6 height=22 xoffset=-1 yoffset=15 xadvance=8 page=0 chnl=0
|
||||
@ -298,4 +298,5 @@ char id=1102 x=146 y=233 width=20 height=20 xoffset=0 yoffset=16
|
||||
char id=1070 x=146 y=233 width=20 height=20 xoffset=0 yoffset=16 xadvance=24 page=0 chnl=0
|
||||
char id=1103 x=178 y=233 width=16 height=20 xoffset=0 yoffset=16 xadvance=20 page=0 chnl=0
|
||||
char id=1071 x=178 y=233 width=16 height=20 xoffset=0 yoffset=16 xadvance=20 page=0 chnl=0
|
||||
char id=95 x=343 y=153 width=16 height=4 xoffset=0 yoffset=36 xadvance=20 page=0 chnl=0
|
||||
kernings count=0
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
@ -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