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:
Walter Korman
2001-08-29 19:50:46 +00:00
parent 8c7efb79fe
commit a7c639ffe0
7 changed files with 113 additions and 69 deletions
+7 -3
View File
@@ -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