mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
This commit is contained in:
parent
73ab25d359
commit
c4373df7fe
12
kerning.txt
12
kerning.txt
|
@ -19274,7 +19274,9 @@
|
|||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
-0.060000
|
||||
0.000000
|
||||
-0.050000
|
||||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
|
@ -19282,6 +19284,7 @@
|
|||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
-0.060000
|
||||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
|
@ -19526,6 +19529,7 @@
|
|||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
0.010000
|
||||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
|
@ -20037,12 +20041,8 @@
|
|||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
0.010000
|
||||
-0.010000
|
||||
0.000000
|
||||
0.000000
|
||||
0.000000
|
||||
|
|
|
@ -360,9 +360,6 @@ int ui_do_edit_box(void *id, float x, float y, float w, float h, char *str, int
|
|||
int k = input::last_key();
|
||||
int len = strlen(str);
|
||||
|
||||
if (c)
|
||||
dbg_msg("menu", "c: %i", c);
|
||||
|
||||
if (c >= 32 && c < 128)
|
||||
{
|
||||
if (len < str_size - 1)
|
||||
|
|
Loading…
Reference in a new issue