diff --git a/mods/d2k/TODO b/mods/d2k/TODO index eb00880114..1b31146c25 100644 --- a/mods/d2k/TODO +++ b/mods/d2k/TODO @@ -16,7 +16,7 @@ # allow upgrades # add muzzles and explosions (currently falls back to RA) # create a shellmap (currently just a blank placeholder) -# rework chrome UI, dialoges, tabs +# rework chrome UI, tabs # add sonic tank weapon (currently uses tesla) # starport prices should vary # some transparent tiles (see Atreides Hightech Factory) should be white @@ -24,4 +24,6 @@ # support patch 1.06 gamefiles: DATA.R8 has more frames and currently fails to extract, also featuring new terrain with white houses and new units: grenade thrower, stealth raider icon # put TilesetBuilder.Export into OpenRA.Utility to call the functions directly when extracting game-files (instead of opening a GUI) # group number metrics are off -# building offsets wrong (worst for towers) \ No newline at end of file +# building offsets wrong (worst for towers) +# spice blooms should explode and create new spice field instead of growing spice +# build light vehicles only at light factory, don't create a new production queue and tab for every new factory except starport \ No newline at end of file diff --git a/mods/d2k/chrome.yaml b/mods/d2k/chrome.yaml index 4587cee325..8b3261bc1a 100644 --- a/mods/d2k/chrome.yaml +++ b/mods/d2k/chrome.yaml @@ -186,11 +186,11 @@ tabs-normal: tabs.png ordos-Ship: 54,200,27,41 flags: buttons.png - atreides: 0,84,21,23 - harkonnen: 22,84,23,23 - ordos: 45,84,22,23 - random: 67,84,23,23 - spectator: 67,84,23,23 + atreides: 0,86,22,21 + harkonnen: 22,86,23,21 + ordos: 45,86,22,21 + random: 67,86,23,21 + spectator: 67,86,23,21 dialog2: dialog.png background: 513,1,126,126 diff --git a/mods/d2k/chrome/lobby.yaml b/mods/d2k/chrome/lobby.yaml index 2f9d430505..65d6c6fcee 100644 --- a/mods/d2k/chrome/lobby.yaml +++ b/mods/d2k/chrome/lobby.yaml @@ -80,7 +80,7 @@ Background@SERVER_LOBBY: Width:23 Height:23 X:5 - Y:0 + Y:2 Label@FACTIONNAME: Text:Faction Width:70 @@ -147,10 +147,10 @@ Background@SERVER_LOBBY: Y:0 Children: Image@FACTIONFLAG: - Width:30 - Height:15 + Width:23 + Height:23 X:5 - Y:5 + Y:2 Label@FACTIONNAME: Text:Faction Width:60 diff --git a/mods/d2k/uibits/buttons.png b/mods/d2k/uibits/buttons.png index edeff9875f..e97afd345f 100644 Binary files a/mods/d2k/uibits/buttons.png and b/mods/d2k/uibits/buttons.png differ diff --git a/mods/d2k/uibits/chrome-ordos.png b/mods/d2k/uibits/chrome-ordos.png index 05b6968a29..b2ead91b10 100644 Binary files a/mods/d2k/uibits/chrome-ordos.png and b/mods/d2k/uibits/chrome-ordos.png differ