Added row-based tile width, image offset, and image row/column gap

distance parameters to tile sets.  Removed constant tile width/height
references except, for now, for isometric tile rendering which still
requires tiles that are 32x16.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@130 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-07-28 01:31:51 +00:00
parent e9ab0b343b
commit 92e46c6eae
8 changed files with 175 additions and 118 deletions
@@ -1,5 +1,5 @@
//
// $Id: ViewerApp.java,v 1.1 2001/07/25 17:38:15 shaper Exp $
// $Id: ViewerApp.java,v 1.2 2001/07/28 01:31:51 shaper Exp $
package com.threerings.miso.viewer;
@@ -28,7 +28,7 @@ public class ViewerApp
// create and size the main application frame
_frame = new ViewerFrame();
_frame.setSize(WIDTH, HEIGHT);
// SwingUtil.centerFrame(_frame);
SwingUtil.centerWindow(_frame);
// create the handles on our various services
_config = createConfig();