osb/assets/opensb/interface/chat/chat.config.patch
Kae 0ec3000536 processing directives for text box widgets
few other misc things
also fixed SDL audio on newer SDL vers
2023-06-21 10:40:53 +10:00

18 lines
473 B
Diff

{
"config" : {
"font" : {
"directives" : "?border=1;000;0000",
"padding" : [1, 1] // Padding to prevent border clipping at the edges of the log canvas while keeping compat with mods that patch the canvas size
},
"colors" : {
"local" : "^white;",
"party" : "^blue;",
"broadcast" : "^yellow;",
"whisper" : "^pink;",
"commandResult" : "^lightgray;",
"radioMessage" : "^cyan;",
"world" : "^cyan;"
}
}
}