More Stage bits.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3439 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-03-30 00:44:03 +00:00
parent 0bf43bc2e8
commit 2299e6a1de
2 changed files with 9 additions and 5 deletions
@@ -85,7 +85,7 @@ public class StageScenePanel extends MisoScenePanel
/**
* Constructs a stage scene view panel.
*/
public StageScenePanel (StageContext ctx, StageSceneController ctrl)
public StageScenePanel (StageContext ctx, Controller ctrl)
{
super(ctx, StageSceneUtil.getMetrics());
@@ -568,9 +568,7 @@ public class StageScenePanel extends MisoScenePanel
*/
protected UniformTileSet loadPortalTileSet ()
{
// return YoUI.client.loadTileSet(
// "media/yohoho/icons/portal_arrows.png",
// PORTAL_ICON_WIDTH, PORTAL_ICON_HEIGHT);
// TODO: load some sort of portal tileset
return null;
}
@@ -599,7 +597,7 @@ public class StageScenePanel extends MisoScenePanel
protected StageContext _ctx;
/** The controller with which we work in tandem. */
protected StageSceneController _ctrl;
protected Controller _ctrl;
/** Our currently displayed scene. */
protected StageScene _scene;
@@ -244,6 +244,12 @@ public class StageSceneManager extends SpotSceneManager
return StageSceneObject.class;
}
// documentation inherited
protected Class getOccupantInfoClass (BodyObject body)
{
return StageOccupantInfo.class;
}
// documentation inherited
protected void bodyLeft (int bodyOid)
{