Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/assets/opensb/interface
diff options
context:
space:
mode:
Diffstat (limited to 'assets/opensb/interface')
-rw-r--r--assets/opensb/interface/chat/chat.config.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/opensb/interface/chat/chat.config.patch b/assets/opensb/interface/chat/chat.config.patch
new file mode 100644
index 0000000..9c69e4a
--- /dev/null
+++ b/assets/opensb/interface/chat/chat.config.patch
@@ -0,0 +1,17 @@
+{
+ "config" : {
+ "font" : {
+ "directives" : "",
+ "padding" : [0, 0] // Padding to prevent border clipping at the edges of the log canvas while keeping compatible with mods that patch the canvas size
+ },
+ "colors" : {
+ "local" : "^white;",
+ "party" : "^blue;",
+ "broadcast" : "^yellow;",
+ "whisper" : "^pink;",
+ "commandResult" : "^lightgray;",
+ "radioMessage" : "^cyan;",
+ "world" : "^cyan;"
+ }
+ }
+}