The on-going consumer disaster

This commit is contained in:
Anuken
2022-02-20 23:00:25 -05:00
parent 8b916d03af
commit 19828410a9
68 changed files with 371 additions and 451 deletions

View File

@@ -642,6 +642,12 @@ public class Generators{
Pixmap wepReg = weapon.top ? outline.get(reg) : reg;
drawWeapon.get(weapon, wepReg);
if(weapon.cellRegion.found()){
Pixmap weaponCell = get(weapon.cellRegion);
weaponCell.replace(in -> in == 0xffffffff ? 0xffa664ff : in == 0xdcc6c6ff || in == 0xdcc5c5ff ? 0xd06b53ff : 0);
drawWeapon.get(weapon, weaponCell);
}
}
//TODO I can save a LOT of space by not creating a full icon.