Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
ACEX logo, close #14 (#21)
Browse files Browse the repository at this point in the history
* add ACEX logo

* change mod logo

* Use new logo in make.py as well
  • Loading branch information
bux authored and jonpas committed Jun 20, 2016
1 parent 0db02b0 commit 388ac9a
Show file tree
Hide file tree
Showing 10 changed files with 26,792 additions and 5 deletions.
14,017 changes: 14,017 additions & 0 deletions extras/assets/logo/black/ACEX-Logo.eps

Large diffs are not rendered by default.

Binary file added extras/assets/logo/black/ACEX-Logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extras/assets/logo/black/ACEX-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12,770 changes: 12,770 additions & 0 deletions extras/assets/logo/white/ACEX-Logo.eps

Large diffs are not rendered by default.

Binary file added extras/assets/logo/white/ACEX-Logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extras/assets/logo/white/ACEX-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed logo_ace3_ca.paa
Binary file not shown.
Binary file added logo_acex_ca.paa
Binary file not shown.
8 changes: 4 additions & 4 deletions mod.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "Advanced Combat Environment Extras 3.0.0";
picture = "logo_ace3_ca.paa";
picture = "logo_acex_ca.paa";
actionName = "GitHub";
action = "https://github.com/acemod/ACEX";
description = "ACEX - Version 3.0.0";
logo = "logo_ace3_ca.paa";
logoOver = "logo_ace3_ca.paa";
logo = "logo_acex_ca.paa";
logoOver = "logo_acex_ca.paa";
tooltip = "ACEX";
tooltipOwned = "ACEX Owned";
overview = "Advanced Combat Environment Extras, also known as ACEX, adds a variety of additional systems on top of the ACE3 framework.";
author = "ACE3 Team";
overviewPicture = "logo_ace3_ca.paa";
overviewPicture = "logo_acex_ca.paa";
2 changes: 1 addition & 1 deletion tools/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
prefix = "acex"
pbo_name_prefix = "acex_"
signature_blacklist = []
importantFiles = ["mod.cpp", "README.md", "AUTHORS.txt", "LICENSE", "logo_ace3_ca.paa"]
importantFiles = ["mod.cpp", "README.md", "AUTHORS.txt", "LICENSE", "logo_acex_ca.paa"]
versionFiles = ["README.md", "mod.cpp"]

ciBuild = False # Used for CI builds
Expand Down

0 comments on commit 388ac9a

Please sign in to comment.