New launcher stylesheets and texts
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"app": {
|
||||
"id": "xash",
|
||||
"categories": "Game",
|
||||
"version": "0.0.0b"
|
||||
"version": "0.1.0b"
|
||||
},
|
||||
"emf": {
|
||||
"id": "emf",
|
||||
@@ -13,6 +13,12 @@
|
||||
"modPath": "/a/.config/xash/mods/",
|
||||
"saves": "/a/.config/xash/saves/"
|
||||
},
|
||||
"storage": {
|
||||
"baseKey": ".config/xash/saves",
|
||||
"objectsInFilesystem": {
|
||||
"ext": ".jso"
|
||||
}
|
||||
},
|
||||
"manifestScheme": {
|
||||
"definitions": {},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
@@ -67,5 +73,11 @@
|
||||
"pattern": "^.*$"
|
||||
}
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"noMods": {
|
||||
"header": "No mods installed",
|
||||
"content": "You will need to install a mod to run with Xash93D. You can open the mods folder with the button below."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user