Made iso scene view configuration part of the miso properties file.

Standardized config key member data names to match those used in the
cocktail code.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@318 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-29 18:41:46 +00:00
parent b882283cd3
commit 8c7efb79fe
9 changed files with 165 additions and 60 deletions
+30 -1
View File
@@ -1,5 +1,5 @@
#
# $Id: miso.properties,v 1.9 2001/07/24 16:10:19 shaper Exp $
# $Id: miso.properties,v 1.10 2001/08/29 18:41:46 shaper Exp $
#
# Initial test config values for miso development.
#
@@ -15,3 +15,32 @@ sceneroot = rsrc/scenes
# the tileset descriptions
tilesets = rsrc/config/miso/tilesets.xml
# ----------------------------------
# begin isometric view configuration
# tile dimensions in pixels
tile_width = 64
tile_height = 48
# fine coordinate system granularity in intra-tile count
fine_granularity = 4
# scene dimensions in tile counts
scene_width = 10
scene_height = 12
# vertical offset for scene display origin in tile count
scene_offset_y = -5
# whether to show tile coordinates
show_coords = false
# whether to show locations
show_locs = false
# whether to show sprite paths
show_paths = false
# end isometric view configuration
# --------------------------------