Skip to content

Commit 4a4280a

Browse files
committed
increase chat font size
1 parent e039c16 commit 4a4280a

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

game_clean/shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION="1.1.4"
2-
PAK_VERSION="0.61.0"
2+
PAK_VERSION="0.62.0"
33
DEV_DIR=../game
44
CLEAN_DIR=../game_dist
55
CLEAN_DEBUG_DIR=${CLEAN_DIR}_debug

game_src/tc2/pak1/resource/chatscheme.res

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,26 +224,23 @@ Scheme
224224
"1"
225225
{
226226
"name" "SN Pro"
227-
"tall" "12" [!$POSIX]
228-
"tall" "14" [$POSIX]
227+
"tall" "14"
229228
"weight" "0"
230229
"range" "0x0000 0x017F"
231230
"yres" "480 599"
232231
}
233232
"2"
234233
{
235234
"name" "SN Pro"
236-
"tall" "13" [!$POSIX]
237-
"tall" "16" [$POSIX]
235+
"tall" "16"
238236
"weight" "0"
239237
"range" "0x0000 0x017F"
240238
"yres" "600 767"
241239
}
242240
"3"
243241
{
244242
"name" "SN Pro"
245-
"tall" "14" [!$POSIX]
246-
"tall" "16" [$POSIX]
243+
"tall" "16"
247244
"weight" "0"
248245
"range" "0x0000 0x017F"
249246
"yres" "768 1023"
@@ -252,8 +249,7 @@ Scheme
252249
"4"
253250
{
254251
"name" "SN Pro"
255-
"tall" "16" [!$POSIX]
256-
"tall" "18" [$POSIX]
252+
"tall" "18"
257253
"weight" "0"
258254
"range" "0x0000 0x017F"
259255
"yres" "1024 1199"

0 commit comments

Comments
 (0)