Merge branch 'freetype' of https://github.com/Anuken/Mindustry
This commit is contained in:
@@ -189,7 +189,7 @@ text.changelog.current = [yellow][[Current version]
|
||||
text.changelog.latest = [orange][[Latest version]
|
||||
text.loading = [accent]Loading...
|
||||
text.saving = [accent]Saving...
|
||||
text.wave = [orange]Wave {0}
|
||||
text.wave = [accent]Wave {0}
|
||||
text.wave.waiting = [LIGHT_GRAY]Wave in {0}
|
||||
text.waiting = [LIGHT_GRAY]Waiting...
|
||||
text.waiting.players = Waiting for players...
|
||||
|
||||
@@ -285,7 +285,7 @@ text.settings.clearall = 모두 초기화
|
||||
text.paused = 일시 정지
|
||||
text.yes = 예
|
||||
text.no = 아니오
|
||||
text.info.title = [accent]정보
|
||||
text.info.title = 정보
|
||||
text.error.title = [crimson]오류가 발생했습니다.
|
||||
text.error.crashtitle = 오류가 발생했습니다.
|
||||
text.blocks.blockinfo = 블록 정보
|
||||
|
||||
@@ -189,8 +189,8 @@ text.changelog.current = [yellow][[Текущая версия]
|
||||
text.changelog.latest = [orange][[Последняя версия]
|
||||
text.loading = [accent] Загрузка...
|
||||
text.saving = [accent]Сохранение..
|
||||
text.wave = [orange]Волна {0}
|
||||
text.wave.waiting = Волна через {0}
|
||||
text.wave = [accent]Волна {0}
|
||||
text.wave.waiting = [LIGHT_GRAY]Волна через {0}
|
||||
text.waiting = Ожидание...
|
||||
text.waiting.players = Ожидание игроков ...
|
||||
text.wave.enemies = [LIGHT_GRAY]{0} противник. остался
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 215 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 137 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 140 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 69 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 373 KiB |
@@ -1,31 +1,4 @@
|
||||
{
|
||||
Font: {
|
||||
default-font: {
|
||||
file: square.fnt,
|
||||
markup: true,
|
||||
scale: 0.5
|
||||
},
|
||||
default-font-chat: {
|
||||
file: square.fnt,
|
||||
markup: false,
|
||||
scale: 0.5
|
||||
},
|
||||
trad-chinese: {
|
||||
file: trad_chinese.fnt,
|
||||
markup: true,
|
||||
scale: 0.5
|
||||
},
|
||||
simp-chinese: {
|
||||
file: simp_chinese.fnt,
|
||||
markup: true,
|
||||
scale: 0.5
|
||||
},
|
||||
title: {
|
||||
file: title.fnt,
|
||||
markup: true,
|
||||
scale: 2
|
||||
}
|
||||
},
|
||||
Color: {
|
||||
black: {a: 1, b: 0, g: 0, r: 0 },
|
||||
white: {a: 1, b: 1, g: 1, r: 1 },
|
||||
@@ -88,7 +61,6 @@ SliderStyle: {
|
||||
},
|
||||
LabelStyle: {
|
||||
default: {font: default-font, fontColor: white },
|
||||
title: {font: title, fontColor: white },
|
||||
small: {font: default-font, fontColor: white }
|
||||
},
|
||||
TextFieldStyle: {
|
||||
|
||||
Reference in New Issue
Block a user