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

summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/opensb/_metadata7
-rw-r--r--assets/opensb/interface/chat/chat.config.patch17
2 files changed, 24 insertions, 0 deletions
diff --git a/assets/opensb/_metadata b/assets/opensb/_metadata
new file mode 100644
index 0000000..6278360
--- /dev/null
+++ b/assets/opensb/_metadata
@@ -0,0 +1,7 @@
+{
+ "author" : "Not Chucklefish",
+ "name" : "opensb_base",
+ "priority" : -9999,
+ "friendlyName" : "OpenStarbound Assets",
+ "requires" : ["base"]
+} \ No newline at end of file
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;"
+ }
+ }
+}