Added more support for full and fine coordinates. Constrain path

destinations to full coordinates.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@198 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-08 22:29:39 +00:00
parent 65b95f5698
commit 5770a15d3c
4 changed files with 138 additions and 47 deletions
@@ -1,5 +1,5 @@
//
// $Id: ViewerSceneViewPanel.java,v 1.4 2001/08/08 03:19:39 shaper Exp $
// $Id: ViewerSceneViewPanel.java,v 1.5 2001/08/08 22:29:39 shaper Exp $
package com.threerings.miso.viewer;
@@ -100,7 +100,7 @@ public class ViewerSceneViewPanel extends SceneViewPanel
}
// hackily highlight the tile that was clicked on for happy testing
// ((EditableSceneView)_view).setHighlightedTile(x, y);
((EditableSceneView)_view).setHighlightedFull(x, y);
}
public void mouseClicked (MouseEvent e) { }