Provide some default portal icon arrows.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3447 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-03-30 03:08:24 +00:00
parent a9afc6d4c2
commit 74800cbf15
2 changed files with 3 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

@@ -568,8 +568,9 @@ public class StageScenePanel extends MisoScenePanel
*/ */
protected UniformTileSet loadPortalTileSet () protected UniformTileSet loadPortalTileSet ()
{ {
// TODO: load some sort of portal tileset return _ctx.getTileManager().loadTileSet(
return null; "media/stage/portal_arrows.png",
PORTAL_ICON_WIDTH, PORTAL_ICON_HEIGHT);
} }
/** Used to render portals as objects in a scene. */ /** Used to render portals as objects in a scene. */