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:
@@ -85,7 +85,7 @@ public class StageScenePanel extends MisoScenePanel
|
|||||||
/**
|
/**
|
||||||
* Constructs a stage scene view panel.
|
* Constructs a stage scene view panel.
|
||||||
*/
|
*/
|
||||||
public StageScenePanel (StageContext ctx, StageSceneController ctrl)
|
public StageScenePanel (StageContext ctx, Controller ctrl)
|
||||||
{
|
{
|
||||||
super(ctx, StageSceneUtil.getMetrics());
|
super(ctx, StageSceneUtil.getMetrics());
|
||||||
|
|
||||||
@@ -568,9 +568,7 @@ public class StageScenePanel extends MisoScenePanel
|
|||||||
*/
|
*/
|
||||||
protected UniformTileSet loadPortalTileSet ()
|
protected UniformTileSet loadPortalTileSet ()
|
||||||
{
|
{
|
||||||
// return YoUI.client.loadTileSet(
|
// TODO: load some sort of portal tileset
|
||||||
// "media/yohoho/icons/portal_arrows.png",
|
|
||||||
// PORTAL_ICON_WIDTH, PORTAL_ICON_HEIGHT);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -599,7 +597,7 @@ public class StageScenePanel extends MisoScenePanel
|
|||||||
protected StageContext _ctx;
|
protected StageContext _ctx;
|
||||||
|
|
||||||
/** The controller with which we work in tandem. */
|
/** The controller with which we work in tandem. */
|
||||||
protected StageSceneController _ctrl;
|
protected Controller _ctrl;
|
||||||
|
|
||||||
/** Our currently displayed scene. */
|
/** Our currently displayed scene. */
|
||||||
protected StageScene _scene;
|
protected StageScene _scene;
|
||||||
|
|||||||
@@ -244,6 +244,12 @@ public class StageSceneManager extends SpotSceneManager
|
|||||||
return StageSceneObject.class;
|
return StageSceneObject.class;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// documentation inherited
|
||||||
|
protected Class getOccupantInfoClass (BodyObject body)
|
||||||
|
{
|
||||||
|
return StageOccupantInfo.class;
|
||||||
|
}
|
||||||
|
|
||||||
// documentation inherited
|
// documentation inherited
|
||||||
protected void bodyLeft (int bodyOid)
|
protected void bodyLeft (int bodyOid)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user