mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:43:29 +00:00
added project mod config file and asset images
This commit is contained in:
@@ -26,7 +26,8 @@ exclude = [
|
||||
include = [
|
||||
"LICENSE",
|
||||
"*/*.dll",
|
||||
"*/*.so"
|
||||
"*/*.so",
|
||||
"files/*"
|
||||
]
|
||||
|
||||
[properties]
|
||||
|
||||
BIN
docs/armatak.png
LFS
BIN
docs/armatak.png
LFS
Binary file not shown.
BIN
files/logo_ca.paa
LFS
Normal file
BIN
files/logo_ca.paa
LFS
Normal file
Binary file not shown.
BIN
files/logo_hover_ca.paa
LFS
Normal file
BIN
files/logo_hover_ca.paa
LFS
Normal file
Binary file not shown.
BIN
files/logo_small_ca.paa
LFS
Normal file
BIN
files/logo_small_ca.paa
LFS
Normal file
Binary file not shown.
BIN
files/picture.paa
LFS
Normal file
BIN
files/picture.paa
LFS
Normal file
Binary file not shown.
14
mod.cpp
Normal file
14
mod.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
name = "Arma Team Awareness Kit";
|
||||
author = "Valmo Trindade";
|
||||
logo = "files\logo_ca.paa";
|
||||
logoOver = "files\logo_hover_ca.paa";
|
||||
tooltip = "ARMATAK";
|
||||
tooltipOwned = "ARMATAK";
|
||||
picture = "files\picture.paa";
|
||||
actionName = "GitHub";
|
||||
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";
|
||||
hideName = 0;
|
||||
hidePicture = 0;
|
||||
dlcColor[] = { 0.23, 0.39, 0.30, 1 };
|
||||
logoSmall = "files\logo_small_ca.paa";
|
||||
Reference in New Issue
Block a user