added whatever was necessary to generate

the new IADS CPs on the map
This commit is contained in:
David Pierron
2020-10-28 12:05:05 +01:00
parent bcc3333d1b
commit 45c67534e6
25 changed files with 4 additions and 4 deletions

View File

@@ -109,10 +109,6 @@ def load_icons():
ICONS["ship"] = QPixmap("./resources/ui/ground_assets/ship.png")
ICONS["ship_blue"] = QPixmap("./resources/ui/ground_assets/ship_blue.png")
ICONS["iads-controlcenter"] = QPixmap("./resources/ui/misc/"+get_theme_icons()+"/iads-controlcenter.png")
ICONS["iads-commnode"] = QPixmap("./resources/ui/misc/"+get_theme_icons()+"/iads-commnode.png")
ICONS["iads-ewr"] = QPixmap("./resources/ui/misc/"+get_theme_icons()+"/iads-ewr.png")
ICONS["iads-power"] = QPixmap("./resources/ui/misc/"+get_theme_icons()+"/iads-power.png")
ICONS["Generator"] = QPixmap("./resources/ui/misc/"+get_theme_icons()+"/generator.png")
ICONS["Missile"] = QPixmap("./resources/ui/misc/"+get_theme_icons()+"/missile.png")
ICONS["Cheat"] = QPixmap("./resources/ui/misc/"+get_theme_icons()+"/cheat.png")

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 938 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 923 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -64,6 +64,10 @@ CATEGORY_MAP = {
"ww2bunker": ["Siegfried Line", "Fire Control Bunker", "SK_C_28_naval_gun", "Concertina Wire", "Czech hedgehogs 1"],
"village": ["Small house 1B", "Small House 1A", "Small warehouse 1"],
"allycamp": [],
"iads-commnode": [], # I don't think the list of objects (value of the key in this dict) is ever used...
"iads-controlcenter": [], # I don't think the list of objects (value of the key in this dict) is ever used...
"iads-ewr": [], # I don't think the list of objects (value of the key in this dict) is ever used...
"iads-power": [], # I don't think the list of objects (value of the key in this dict) is ever used...
}