Remove some debug printouts.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@941 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -64,13 +64,9 @@ public class StageSceneBlock extends SceneBlock
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
trace("MST loc: " + StageLocation(portal.loc).x + "," + StageLocation(portal.loc).y);
|
|
||||||
|
|
||||||
var fineX :int = StageLocation(portal.loc).x - FULL_TILE_FACTOR * x;
|
var fineX :int = StageLocation(portal.loc).x - FULL_TILE_FACTOR * x;
|
||||||
var fineY :int = StageLocation(portal.loc).y - FULL_TILE_FACTOR * y;
|
var fineY :int = StageLocation(portal.loc).y - FULL_TILE_FACTOR * y;
|
||||||
|
|
||||||
trace("MST part: " + fineX + "," + fineY);
|
|
||||||
|
|
||||||
// Grab the portal image, and center it.
|
// Grab the portal image, and center it.
|
||||||
var portalSprite :IsoSprite = new IsoSprite();
|
var portalSprite :IsoSprite = new IsoSprite();
|
||||||
var img :DisplayObject =
|
var img :DisplayObject =
|
||||||
@@ -80,7 +76,6 @@ public class StageSceneBlock extends SceneBlock
|
|||||||
|
|
||||||
portalSprite.sprites = [img];
|
portalSprite.sprites = [img];
|
||||||
portalSprite.setSize(1, 1, 1);
|
portalSprite.setSize(1, 1, 1);
|
||||||
trace("MST Adding portal: " + x + "," + y);
|
|
||||||
portalSprite.moveTo(x, y, 0);
|
portalSprite.moveTo(x, y, 0);
|
||||||
|
|
||||||
if (_portSprites == null) {
|
if (_portSprites == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user