Add more style to Planar Map screen

This commit is contained in:
drdev
2014-11-26 05:00:50 +00:00
parent 23773e3e87
commit e8c7a23724
7 changed files with 31 additions and 95 deletions

View File

@@ -1170,6 +1170,7 @@ public class FSkin {
SkinIcon.setIcon(FSkinProp.BG_TEXTURE, preferredDir + ForgeConstants.TEXTURE_BG_FILE);
SkinIcon.setIcon(FSkinProp.BG_MATCH, preferredDir + ForgeConstants.MATCH_BG_FILE);
SkinIcon.setIcon(FSkinProp.BG_PLANAR_MAP, preferredDir + ForgeConstants.PLANAR_MAP_BG_FILE);
SkinIcon.setIcon(FSkinProp.BG_MONITOR, preferredDir + ForgeConstants.MONITOR_BG_FILE);
// Run through enums and load their coords.
Colors.updateAll();