diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-01-25 16:52:49 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-01-25 16:52:49 +0100 |
| commit | 60002bda7ca804808dcfae82bc46847068a2f917 (patch) | |
| tree | f9c6348dafbcc31fa3f3412253f61d11ac05ba74 | |
| parent | 5e25b1303319269ee44821d2a9592a441aa86cee (diff) | |
| download | snap-byow-60002bda7ca804808dcfae82bc46847068a2f917.tar.gz snap-byow-60002bda7ca804808dcfae82bc46847068a2f917.zip | |
don't render sprites
| -rw-r--r-- | objects.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1393,6 +1393,7 @@ SpriteMorph.prototype.init = function (globals) { this.isDraggable = true; this.isDown = false; + this.hide(); // BYOW hack FIXME this.heading = 90; this.changed(); this.drawNew(); |
