Reworking exits and locations en route to editor support for placement
within a scene. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@208 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: IsoSceneView.java,v 1.34 2001/08/09 17:04:56 shaper Exp $
|
||||
// $Id: IsoSceneView.java,v 1.35 2001/08/09 21:17:06 shaper Exp $
|
||||
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
@@ -322,6 +322,11 @@ public class IsoSceneView implements EditableSceneView
|
||||
IsoUtil.screenToFull(_model, x, y, _hfull);
|
||||
}
|
||||
|
||||
public void getFullCoordinates (int sx, int sy, Point fpos)
|
||||
{
|
||||
IsoUtil.screenToFull(_model, sx, sy, fpos);
|
||||
}
|
||||
|
||||
/**
|
||||
* Invalidate a list of rectangles in the view for later repainting.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user