Package com.google.gwt.maeglin89273.game.ashinyballonthecross.client.core.ui.key

Source Code of com.google.gwt.maeglin89273.game.ashinyballonthecross.client.core.ui.key.LineKey

/**
*
*/
package com.google.gwt.maeglin89273.game.ashinyballonthecross.client.core.ui.key;




import com.google.gwt.maeglin89273.game.ashinyballonthecross.client.core.DefinersFactory;
import com.google.gwt.maeglin89273.game.mengine.physics.Point;
import com.google.gwt.maeglin89273.game.mengine.asset.sprite.SpriteBlock;

/**
* @author Maeglin Liao
*
*/
public class LineKey extends CreativeKey {
  /**
   *
   * @param p
   * @param w
   * @param h
   * @param kinds
   */
  public LineKey(Point p,double w,double h,String[] kinds){
    super(p, w, h, new Point(200+SpriteBlock.SPACING,0),DefinersFactory.getDefiners(kinds));
  }
}
TOP

Related Classes of com.google.gwt.maeglin89273.game.ashinyballonthecross.client.core.ui.key.LineKey

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.