@@ -63,6 +63,8 @@ private static String id(String path) {
6363 "textures/gui/icon/gregtech_logo_blinking_yellow.png" , 17 , 34 , 60 );
6464 public static final IDrawable GREGTECH_LOGO_BLINKING_RED = animated (
6565 "textures/gui/icon/gregtech_logo_blinking_red.png" , 17 , 34 , 36 );
66+ public static final UITexture GREGTECH_LOGO_BRONZE = fullImage ("textures/gui/base/logo_bronze" );
67+ public static final UITexture GREGTECH_LOGO_STEEL = fullImage ("textures/gui/base/logo_steel" );
6668
6769 public static final UITexture INDICATOR_NO_ENERGY = fullImage ("textures/gui/base/indicator_no_energy.png" );
6870 public static final UITexture INDICATOR_NO_STEAM_BRONZE = fullImage (
@@ -74,15 +76,15 @@ private static String id(String path) {
7476 // BACKGROUNDS
7577 public static final UITexture BACKGROUND = UITexture .builder ()
7678 .location (GTValues .MODID , "textures/gui/base/background.png" )
77- .imageSize (176 , 166 )
79+ .imageSize (16 , 16 )
7880 .adaptable (3 )
7981 .name (IDs .STANDARD_BACKGROUND )
8082 .canApplyTheme ()
8183 .build ();
8284
8385 public static final UITexture BACKGROUND_POPUP = UITexture .builder ()
8486 .location (GTValues .MODID , "textures/gui/base/background_popup.png" )
85- .imageSize (195 , 136 )
87+ .imageSize (16 , 16 )
8688 .adaptable (4 )
8789 .name (IDs .COVER_BACKGROUND )
8890 .canApplyTheme ()
@@ -92,22 +94,23 @@ private static String id(String path) {
9294
9395 public static final UITexture BACKGROUND_BRONZE = UITexture .builder ()
9496 .location (GTValues .MODID , "textures/gui/base/background_bronze.png" )
95- .imageSize (176 , 166 )
97+ .imageSize (16 , 16 )
9698 .adaptable (3 )
9799 .name (IDs .BRONZE_BACKGROUND )
98100 .build ();
99101
100102 public static final UITexture BACKGROUND_STEEL = UITexture .builder ()
101103 .location (GTValues .MODID , "textures/gui/base/background_steel.png" )
102- .imageSize (176 , 166 )
104+ .imageSize (16 , 16 )
103105 .adaptable (3 )
104106 .name (IDs .STEEL_BACKGROUND )
105107 .build ();
106108
107109 // todo move to textures/gui/base
108110 public static final UITexture BACKGROUND_PRIMITIVE = UITexture .builder ()
111+ // main color 826b51
109112 .location (GTValues .MODID , "textures/gui/primitive/primitive_background.png" )
110- .imageSize (176 , 166 )
113+ .imageSize (16 , 16 )
111114 .adaptable (3 )
112115 .name (IDs .PRIMITIVE_BACKGROUND )
113116 .build ();
0 commit comments