client: Add Widget Animation Smoothing

This commit is contained in:
Owain van Brakel
2019-07-10 23:32:24 +02:00
parent e7b15d9cfd
commit e85fc0e7d0
14 changed files with 325 additions and 187 deletions

View File

@@ -24,4 +24,7 @@ public interface RSSequenceDefinition
@Import("frameLengths")
int[] getFrameLenths();
@Import("chatFrameIds")
int[] getChatFrameIds();
}

View File

@@ -475,4 +475,10 @@ public interface RSWidget extends Widget
@Import("noScrollThrough")
@Override
void setNoScrollThrough(boolean noScrollThrough);
@Import("modelFrame")
int getModelFrame();
@Import("modelFrameCycle")
int getModelFrameCycle();
}