Merge pull request #534 from Lucwousin/git_gat_got_gut_get_gyt_g0t_g1t_g2t_g3t_rat_tat_tat
Fix mod icons import
This commit is contained in:
@@ -70,6 +70,7 @@ public class UpdateMappingsTest
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void testRun() throws IOException
|
public void testRun() throws IOException
|
||||||
{
|
{
|
||||||
File client = new File(properties.getRsClient());
|
File client = new File(properties.getRsClient());
|
||||||
|
|||||||
@@ -529,11 +529,11 @@ public interface RSClient extends RSGameShell, Client
|
|||||||
@Import("mapDotSprites")
|
@Import("mapDotSprites")
|
||||||
RSSprite[] getMapDots();
|
RSSprite[] getMapDots();
|
||||||
|
|
||||||
@Import("modIconSprites")
|
@Import("AbstractFont_modIconSprites")
|
||||||
@Override
|
@Override
|
||||||
RSIndexedSprite[] getModIcons();
|
RSIndexedSprite[] getModIcons();
|
||||||
|
|
||||||
@Import("modIconSprites")
|
@Import("AbstractFont_modIconSprites")
|
||||||
void setRSModIcons(RSIndexedSprite[] modIcons);
|
void setRSModIcons(RSIndexedSprite[] modIcons);
|
||||||
|
|
||||||
@Construct
|
@Construct
|
||||||
|
|||||||
Reference in New Issue
Block a user