update for newer DV

master
t0stiman 2024-02-25 20:49:27 +01:00
parent cad4951a69
commit e79ea0d367
3 changed files with 22 additions and 1 deletions

View File

@ -13,8 +13,9 @@ MonoBehaviour:
m_Name: MapInfo
m_EditorClassIdentifier:
name: San Andreas
version: 0.1.0
version: 0.0.2
homePage: https://git.tostiman.com/tostiman/dv_san_andreas
repository: https://git.tostiman.com/tostiman/dv_san_andreas
loadingGaugeHeight: 5
loadingGaugeWidth: 4
waterLevel: 76

11
info.json Normal file
View File

@ -0,0 +1,11 @@
{
"Id": "San Andreas",
"Version": "0.0.2",
"DisplayName": "San Andreas",
"ManagerVersion": "0.27.3",
"Requirements": [
"Mapify"
],
"HomePage": "https://git.tostiman.com/tostiman/dv_san_andreas",
"Repository": "https://git.tostiman.com/tostiman/dv_san_andreas/raw/branch/master/repository.json"
}

9
repository.json Normal file
View File

@ -0,0 +1,9 @@
{
"Releases": [
{
"Id": "dv_san_andreas",
"Version": "0.0.2",
"DownloadUrl": "https://git.tostiman.com/tostiman/dv_san_andreas/releases/download/0.0.2/San Andreas.zip"
}
]
}