|
5 | 5 | import com.jagex.runescape.cache.def.*;
|
6 | 6 | import com.jagex.runescape.cache.media.ImageRGB;
|
7 | 7 | import com.jagex.runescape.cache.media.IndexedImage;
|
| 8 | +import com.jagex.runescape.cache.media.TypeFace; |
8 | 9 | import com.jagex.runescape.frame.console.Console;
|
| 10 | +import com.jagex.runescape.frame.tab.parts.TabParts; |
9 | 11 | import com.jagex.runescape.input.KeyFocusListener;
|
10 | 12 | import com.jagex.runescape.io.Buffer;
|
11 | 13 | import com.jagex.runescape.language.Native;
|
|
17 | 19 | import com.jagex.runescape.scene.tile.SceneTile;
|
18 | 20 | import com.jagex.runescape.scene.tile.Wall;
|
19 | 21 | import tech.henning.fourthreefive.Configuration;
|
| 22 | +import tech.henning.fourthreefive.whitelabel.Images; |
20 | 23 |
|
21 | 24 | import java.awt.*;
|
22 | 25 |
|
@@ -155,7 +158,11 @@ public static void method779(Component arg0, boolean arg1, CacheArchive arg2, Ca
|
155 | 158 | class40_sub5_sub14_sub4.drawInverse(-180, -171);
|
156 | 159 | class40_sub5_sub14_sub4 = HuffmanEncoding.method1028(arg3, Native.logo, (byte) 21, "");
|
157 | 160 | Class39.aProducingGraphicsBuffer_907.prepareRasterizer();
|
158 |
| - class40_sub5_sub14_sub4.drawImage(-128 + 382 + -(class40_sub5_sub14_sub4.imageWidth / 2), 18); |
| 161 | + // UNCOMMENT LINE UNDER FOR LOGO |
| 162 | + // class40_sub5_sub14_sub4.drawImage(-128 + 382 + -(class40_sub5_sub14_sub4.imageWidth / 2), 18); |
| 163 | + // Comment line under to remove custom logo: |
| 164 | + ImageRGB logo = Images.GetPart("logo"); |
| 165 | + logo.drawImage(-128 + 382 + -(logo.imageWidth / 2), 18); |
159 | 166 | Class40_Sub5_Sub15.loginScreenBox = Main.method359(Native.titleBox, "", arg3);
|
160 | 167 | Class59.imgLoginScreenButton = Main.method359(Native.titleButton, "", arg3);
|
161 | 168 | Class22.aClass40_Sub5_Sub14_Sub2Array535 = IndexedImage.getMultipleIndexedImages(arg3, Native.runes, "");
|
|
0 commit comments