diff --git a/rsrc/config/miso/miso.properties b/rsrc/config/miso/miso.properties index a62e20186..2746d183b 100644 --- a/rsrc/config/miso/miso.properties +++ b/rsrc/config/miso/miso.properties @@ -1,5 +1,5 @@ # -# $Id: miso.properties,v 1.11 2001/08/29 19:50:45 shaper Exp $ +# $Id: miso.properties,v 1.12 2001/09/28 00:43:19 shaper Exp $ # # Initial test config values for miso development. # @@ -16,6 +16,12 @@ sceneroot = rsrc/scenes # the tileset descriptions tilesets = rsrc/config/miso/tilesets.xml +# the list of building types +buildings = Inn, Hall, Bank, Agent, Palace + +# the tileset id for the building icon images +buildings_icon_tsid = 1007 + # ---------------------------------- # begin isometric view configuration @@ -47,4 +53,4 @@ show_locs = false show_paths = false # end isometric view configuration -# -------------------------------- +# ----------------------------------