mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-20 09:55:10 -06:00
Named both loading screen bar draws
Added notes on some of the interface draws (alpha boxes/container borders)
This commit is contained in:
parent
d821ac7197
commit
fc66ab98c8
44 changed files with 5637 additions and 5695 deletions
|
|
@ -1,8 +1,8 @@
|
|||
package org.runite.client;
|
||||
|
||||
abstract class AbstractIndexedSprite {
|
||||
public abstract class AbstractIndexedSprite {
|
||||
|
||||
int width;
|
||||
public int width;
|
||||
int anInt1464;
|
||||
int anInt1467;
|
||||
int height;
|
||||
|
|
@ -12,6 +12,6 @@ abstract class AbstractIndexedSprite {
|
|||
|
||||
abstract void method1666(int var1, int var2, int var3);
|
||||
|
||||
abstract void method1667(int var1, int var2);
|
||||
public abstract void method1667(int var1, int var2);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue