From 63e7dd40d29dd79e75552b6f642535f3137760b6 Mon Sep 17 00:00:00 2001 From: Walter Korman Date: Tue, 17 Jul 2001 22:36:13 +0000 Subject: [PATCH] Added a config value to allow specifying the default tileset for selection on editor startup. Set the row height for each row in the tile table to an appropriate height for the tile in question, and generally update the tile table when a new tileset is selected. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@58 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- rsrc/config/miso/miso.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rsrc/config/miso/miso.properties b/rsrc/config/miso/miso.properties index e5a904c2d..4143df1ba 100644 --- a/rsrc/config/miso/miso.properties +++ b/rsrc/config/miso/miso.properties @@ -1,7 +1,9 @@ # -# $Id: miso.properties,v 1.4 2001/07/17 17:17:46 shaper Exp $ +# $Id: miso.properties,v 1.5 2001/07/17 22:36:13 shaper Exp $ # # Initial test config values for miso development. # tilesets = rsrc/config/tilesets.xml + +editor.default_tileset = Ground