view game/PieceType.java @ 188:4568c8016377

Apply scale to IDMContainers also, not only to child widgets.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Mar 2017 12:17:04 +0200
parents e8eeac403e5f
children
line wrap: on
line source

/*
 * Ristipolku
 * (C) Copyright 2011 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
 */
package game;

public enum PieceType { START, LOCKED, ACTIVE, NONE }