Start of the animation system
This commit is contained in:
parent
b53bb321af
commit
9d4732ea18
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue