Skip to content

Commit f810409

Browse files
author
Saurav Tripathi
committed
added chronicles civs in generateBuildingTechUnitImages.py
1 parent 1e1cc8b commit f810409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generateBuildingTechUnitImages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
PLAYER_COLOUR = (0, 119, 228)
1212
# PLAYER_COLOUR = (236,9,9)
1313

14-
UPPER_CASE_CHRONICLES_CIV_NAMES = {"ACHAEMENIDS", "ATHENIANS", "SPARTANS"}
14+
UPPER_CASE_CHRONICLES_CIV_NAMES = {"ACHAEMENIDS", "ATHENIANS", "SPARTANS", "MACEDONIANS", "PURU", "THRACIANS"}
1515

1616
BASE_PATH = Path.home() / 'aoe/Aoe2DE proton/widgetui/textures/ingame'
1717
TARGET_SIZE = (48, 48)

0 commit comments

Comments
 (0)