Start of the animation system
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
package speiger.src.coreengine.rendering.newGui.animation;
|
||||||
|
|
||||||
|
public class GuiAnimation {
|
||||||
|
|
||||||
|
public static class Builder {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public static interface IAction {
|
||||||
|
}
|
||||||
|
|
||||||
|
public static enum Target {
|
||||||
|
X, Y, WIDTH, HEIGHT, SCALE, VISIBILITY
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user