Updates to reflect new media architecture.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2123 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ScrollingScene.java,v 1.9 2002/10/01 04:44:23 shaper Exp $
|
||||
// $Id: ScrollingScene.java,v 1.10 2003/01/13 22:57:45 mdb Exp $
|
||||
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
@@ -77,6 +77,12 @@ public class ScrollingScene implements DisplayMisoScene
|
||||
// nothing for now
|
||||
}
|
||||
|
||||
// documentation inherited from interface
|
||||
public boolean canTraverse (Object trav, int x, int y)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
protected BaseTile[] _tiles;
|
||||
protected Random _rand = new Random();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user