mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-06 11:10:57 -06:00
KondoKit v1.0 Plugin
This commit is contained in:
parent
8462065bcf
commit
80960edaeb
20 changed files with 133161 additions and 77 deletions
|
|
@ -26,6 +26,8 @@ public class GlSprite extends Sprite {
|
|||
@OriginalMember(owner = "client!cf", name = "ab", descriptor = "I")
|
||||
public int textureId = -1;
|
||||
|
||||
public int[] pixels;
|
||||
|
||||
@OriginalMember(owner = "client!cf", name = "Z", descriptor = "I")
|
||||
private int anInt1871 = -1;
|
||||
|
||||
|
|
@ -40,6 +42,7 @@ public class GlSprite extends Sprite {
|
|||
this.anInt1861 = arg3;
|
||||
this.width = arg4;
|
||||
this.height = arg5;
|
||||
this.pixels = arg6;
|
||||
this.method1430(arg6);
|
||||
this.method1431();
|
||||
}
|
||||
|
|
@ -52,6 +55,7 @@ public class GlSprite extends Sprite {
|
|||
this.anInt1861 = arg0.anInt1861;
|
||||
this.width = arg0.width;
|
||||
this.height = arg0.height;
|
||||
this.pixels = arg0.pixels;
|
||||
this.method1430(arg0.pixels);
|
||||
this.method1431();
|
||||
}
|
||||
|
|
@ -515,4 +519,4 @@ public class GlSprite extends Sprite {
|
|||
gl.glEnd();
|
||||
gl.glEndList();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue