All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ng.gdxutils.model.Actions Maven / Gradle / Ivy

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