updated mod cpp to match pictures filepaths

This commit is contained in:
Valmo Trindade
2024-09-19 02:26:48 -03:00
parent 6e9201397f
commit e1a097a17b
2 changed files with 14 additions and 14 deletions

View File

@@ -4,10 +4,10 @@ name = "ARMA Team Awareness Kit"
prefix = "armatak" prefix = "armatak"
[version] [version]
build = "0" build = 0
major = "0" major = 0
minor = "6" minor = 6
patch = "0" patch = 0
git_hash = 0 git_hash = 0

20
mod.cpp
View File

@@ -1,14 +1,14 @@
name = "Arma Team Awareness Kit"; name = "Arma Team Awareness Kit";
author = "Valmo Trindade"; author = "Valmo Trindade";
logo = "files\logo_ca.paa"; logo = "logo_ca.paa";
logoOver = "files\logo_hover_ca.paa"; logoOver = "logo_hover_ca.paa";
tooltip = "ARMATAK"; tooltip = "ARMATAK";
tooltipOwned = "ARMATAK"; tooltipOwned = "ARMATAK";
picture = "files\picture.paa"; picture = "picture.paa";
actionName = "GitHub"; actionName = "GitHub";
action = "https://github.com/valmojr/armatak"; action = "https://github.com/valmojr/armatak";
overview = "ARMATAK Addons is Full Stack Project to handle Arma 3 Sessions as real loc entities on TAK Clients"; overview = "ARMATAK Addons is Full Stack Project to handle Arma 3 Sessions as real loc entities on TAK Clients";
hideName = 0; hideName = 0;
hidePicture = 0; hidePicture = 0;
dlcColor[] = { 0.23, 0.39, 0.30, 1 }; dlcColor[] = { 0.23, 0.39, 0.30, 1 };
logoSmall = "files\logo_small_ca.paa"; logoSmall = "logo_small_ca.paa";