Added some new icons c/o Memzak from MCF

This commit is contained in:
MachineMuse 2013-04-19 04:36:38 -06:00
parent 1081277ef7
commit 135f23652e
9 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

View file

@ -29,7 +29,7 @@ public class FlightControlModule extends PowerModuleBase implements IToggleableM
@Override
public String getTextureFile() {
return "bluephaser";
return "FlightControlY";
}
@Override

View file

@ -46,7 +46,7 @@ public class DiamondPickUpgradeModule extends PowerModuleBase implements IBlockB
@Override
public String getTextureFile() {
return "diamondupgrade";
return "diamondupgrade1";
}
@Override