forked from Bob-Murphy/A3-Antistasi-1.4
-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2911 from official-antistasi-community/unstable
GM-Termplate_desert-prep update
- Loading branch information
Showing
136 changed files
with
145,391 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
class CfgMarkers { | ||
class flag_NATO; | ||
|
||
class a3a_flag_cdf: flag_NATO { | ||
name = "CDF"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\cdf_ca.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\cdf_ca.paa); | ||
}; | ||
|
||
class a3a_flag_napa: flag_NATO { | ||
name = "NAPA"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\napa_ca.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\napa_ca.paa); | ||
}; | ||
|
||
class a3a_flag_serbia: flag_NATO { | ||
name = "Serbia"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\serbia_ca.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\serbia_ca.paa); | ||
}; | ||
class a3a_flag_chdkz: flag_NATO { | ||
name = "ChDKZ"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\chdkz_co.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\chdkz_co.paa); | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#define MAJOR 3 | ||
#define MINOR 2 | ||
#define PATCHLVL 0 | ||
#define MINOR 3 | ||
#define PATCHLVL 3 | ||
#define BUILD 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.