Named both loading screen bar draws

Added notes on some of the interface draws (alpha boxes/container borders)
This commit is contained in:
Woah 2021-03-25 22:50:54 -04:00
parent d821ac7197
commit fc66ab98c8
44 changed files with 5637 additions and 5695 deletions

View file

@ -11,7 +11,7 @@ final class Class119 {
static void method1729() {
try {
Object var1;
Container var1;
if (null == TextureOperation30.fullScreenFrame) {
if (GameShell.frame == null) {
var1 = Class38.gameSignlink.gameApplet;
@ -22,8 +22,8 @@ final class Class119 {
var1 = TextureOperation30.fullScreenFrame;
}
Unsorted.frameWidth = ((Container) var1).getSize().width;
Class70.frameHeight = ((Container) var1).getSize().height;
Unsorted.frameWidth = var1.getSize().width;
Class70.frameHeight = var1.getSize().height;
Insets var2;
if (var1 == GameShell.frame) {
var2 = GameShell.frame.getInsets();