aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/keyvalues
diff options
context:
space:
mode:
authorEladNLG <e1lad8955@gmail.com>2024-07-28 09:35:46 +0300
committerGitHub <noreply@github.com>2024-07-28 08:35:46 +0200
commit7abae6cf8326a768729cc314805606b6a0344f33 (patch)
tree5ab6f8e3a994758afcd4ef1b215419d5e135af1b /Northstar.Client/keyvalues
parent0e8990f1d2272587e19df0de367e9a839b9ebc97 (diff)
downloadNorthstarMods-7abae6cf8326a768729cc314805606b6a0344f33.tar.gz
NorthstarMods-7abae6cf8326a768729cc314805606b6a0344f33.zip
Move fontfiletable.txt to keyvalues (#612)v1.26.4-rc3v1.26.4-rc2v1.26.4
This is done so mods using keyvalues folders to add custom fonts to the game don't revert the changes done by Northstar
Diffstat (limited to 'Northstar.Client/keyvalues')
-rw-r--r--Northstar.Client/keyvalues/resource/fontfiletable.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Northstar.Client/keyvalues/resource/fontfiletable.txt b/Northstar.Client/keyvalues/resource/fontfiletable.txt
new file mode 100644
index 000000000..f0b91c07e
--- /dev/null
+++ b/Northstar.Client/keyvalues/resource/fontfiletable.txt
@@ -0,0 +1,10 @@
+FontFileTable
+{
+ "arial unicode ms" "resource/Lato-Regular.ttf"
+
+ "lucida console" "resource/NorthstarMono.ttf" [$PC]
+
+ "arial" "resource/Lato-Regular.ttf"
+ "arial bold" "resource/Lato-Regular.ttf"
+ "arial narrow" "resource/Lato-Regular.ttf"
+}