view game/PieceType.java @ 148:5b25561855c3

Move next piece animation call into better place.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 May 2012 16:46:41 +0300
parents be0bf7544069
children d6d92845d6a2
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 }