view game/PieceType.java @ 169:32b1c41e194a

Implement smooth scaling of buttons.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 02 Mar 2017 14:18:21 +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 }