ToolPreview: a class for holding the effect of a tool

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@629 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
jason@long.name 2013-05-16 23:41:57 +00:00
parent f6b55fa380
commit 1aa2e3d30f
3 changed files with 123 additions and 0 deletions

View file

@ -39,6 +39,7 @@ public class TileConstants
//
// terrain mapping
//
public static final short CLEAR = -1;
public static final char DIRT = 0;
public static final char RIVER = 2;
public static final char REDGE = 3;