Modified MisoScene and related classes to obtain the scene tile
dimensions from the scene view data model. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@319 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: miso.properties,v 1.10 2001/08/29 18:41:46 shaper Exp $
|
||||
# $Id: miso.properties,v 1.11 2001/08/29 19:50:45 shaper Exp $
|
||||
#
|
||||
# Initial test config values for miso development.
|
||||
#
|
||||
@@ -27,8 +27,12 @@ tile_height = 48
|
||||
fine_granularity = 4
|
||||
|
||||
# scene dimensions in tile counts
|
||||
scene_width = 10
|
||||
scene_height = 12
|
||||
scene_width = 22
|
||||
scene_height = 22
|
||||
|
||||
# scene viewport dimensions in tile counts
|
||||
scene_view_width = 10
|
||||
scene_view_height = 12
|
||||
|
||||
# vertical offset for scene display origin in tile count
|
||||
scene_offset_y = -5
|
||||
|
||||
Reference in New Issue
Block a user