com.ng.gdxutils.model.Actions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gdx-utils Show documentation
Show all versions of gdx-utils Show documentation
A java library that used over libGdx game framework.
The newest version!
package com.ng.gdxutils.model;
/**
* (c) 2016 Abhishek Aryan
*
* @author Abhishek Aryan
* @since 24-07-2016
*
*/
public class Actions {
/*public static void scaleAction() {
SequenceAction localSequence=Actions.sequence(Actions.scaleTo(1.1F, 1.1F, 0.1F),Actions.scaleTo(1.0F, 1.0F, 0.1F),Actions.run(new Runnable() {
@Override
public void run() {
//game.setScreen(game.helpScreen);
}
}));
}*/
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy