Files
nenya/tests/rsrc/config/miso/scrolling.properties
T
Michael Bayne c2117ee86d Behold, Nenya, Ring of Water and repository for our media and animation related
goodies, both Java 2D and LWJGL/JME 3D.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-06-23 18:07:28 +00:00

60 lines
1.4 KiB
Properties

#
# $Id: scrolling.properties 1014 2002-02-17 23:48:38Z mdb $
#
# Initial test config values for miso development.
#
# the tile set repository class that handles tile set storage
tilesetrepo = com.threerings.miso.tile.XMLTileSetRepository
# the scene repository class that handles scene storage
scenerepo = com.threerings.miso.scene.xml.XMLSceneRepository
# the directory containing scene description files
sceneroot = rsrc/scenes
# the tileset descriptions
tilesets = rsrc/config/miso/tilesets.xml
# the component descriptions
components = rsrc/config/miso/components.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
# 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 = 14
scene_height = 14
# scene viewport dimensions in tile counts
scene_view_width = 5
scene_view_height = 6
# vertical offset for scene display origin in tile count
scene_offset_y = -4
# 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
# ----------------------------------