mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
increased the fontsize of the chat messages
This commit is contained in:
parent
d96f2583e1
commit
262b566c94
|
@ -298,7 +298,7 @@ Remote console
|
|||
Reset filter
|
||||
== Obnovit filtr
|
||||
|
||||
Reset to default
|
||||
Reset to defaults
|
||||
== Vrátit na výchozí
|
||||
|
||||
Rifle
|
||||
|
|
|
@ -343,6 +343,9 @@ Settings
|
|||
Shotgun
|
||||
== Schrotflinte
|
||||
|
||||
Show chat
|
||||
== Chat anzeigen
|
||||
|
||||
Show name plates
|
||||
== Zeige Namen
|
||||
|
||||
|
@ -435,8 +438,6 @@ Your skin
|
|||
|
||||
##### needs translation ####
|
||||
|
||||
Show chat
|
||||
== Show chat
|
||||
|
||||
##### old translations ####
|
||||
|
||||
|
|
|
@ -295,7 +295,7 @@ Remote console
|
|||
Reset filter
|
||||
== Annulla filtri
|
||||
|
||||
Reset to default
|
||||
Reset to defaults
|
||||
== Reimposta
|
||||
|
||||
Rifle
|
||||
|
|
|
@ -298,7 +298,7 @@ Remote console
|
|||
Reset filter
|
||||
== Resetar filtro
|
||||
|
||||
Reset to default
|
||||
Reset to defaults
|
||||
== Resetar para padrão
|
||||
|
||||
Rifle
|
||||
|
|
|
@ -214,7 +214,7 @@ void CChat::OnRender()
|
|||
break;
|
||||
|
||||
float Begin = x;
|
||||
float FontSize = 5.0f;
|
||||
float FontSize = 6.0f;
|
||||
|
||||
// get the y offset
|
||||
CTextCursor Cursor;
|
||||
|
|
Loading…
Reference in a new issue